jurpedemo
Class JurpeDemo

java.lang.Object
  extended by jurpedemo.JurpeDemo

public final class JurpeDemo
extends java.lang.Object

Entry point for game. Contains reference to Core (main memory objects collector)

Author:
Alessio Saltarin

Constructor Summary
JurpeDemo()
          Initialize entire application.
 
Method Summary
static void initGUI()
           
static void main(java.lang.String[] args)
          Application Entry Point
 void showInterface()
          Set window size and centers across the screen.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JurpeDemo

public JurpeDemo()
          throws java.lang.Exception,
                 JurpeException
Initialize entire application. Creates Core and JurpeFrame.

Throws:
java.lang.Exception
JurpeException
Method Detail

showInterface

public void showInterface()
Set window size and centers across the screen.


initGUI

public static void initGUI()

main

public static void main(java.lang.String[] args)
Application Entry Point

Parameters:
args - not used
See Also:
JurpeFrame, FrameMain, Core

Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net