org.gjt.universe
Class Universe

java.lang.Object
  |
  +--org.gjt.universe.Universe

public class Universe
extends java.lang.Object

This is the main application class for the Universe Gaming System. The Universe class is responsible for mainly three things:

  1. Initialize and read the Config
  2. Initialize the GUIFactory
  3. Tell the GUIFactory to show the startup options


Constructor Summary
Universe()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is where it all starts...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Universe

public Universe()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws GUIUnknownException
This is where it all starts...

GUIUnknownException


Copyright © 2001 Universe Dev Team All Rights Reserved.