universe.client.gui
Class Driver

java.lang.Object
  |
  +--universe.client.gui.Driver

public class Driver
extends java.lang.Object

This is the main driver for the GUI in the client. This class will replace the old GUIFactory classes.

Version:
$Id: Driver.java,v 1.5 2002/02/19 01:45:15 sstarkey Exp $
Author:
Sean Starkey

Field Summary
private static PlayerStart start
           
private static boolean testMode
           
 
Constructor Summary
Driver()
           
 
Method Summary
static void launch(boolean testModeOn)
          This class launches the appropriate screens to get the game up and running.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private static PlayerStart start

testMode

private static boolean testMode
Constructor Detail

Driver

public Driver()
Method Detail

launch

public static void launch(boolean testModeOn)
This class launches the appropriate screens to get the game up and running.



Copyright © 2001 Universe Dev Team All Rights Reserved.