universe.server.gui
Class Driver

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

public class Driver
extends java.lang.Object

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

Version:
$Id: Driver.java,v 1.12 2002/03/11 23:55:00 jjweston Exp $
Author:
Sean Starkey

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

Field Detail

status

private static ServerStatus status

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.


updateStatus

public static void updateStatus()

getJFrame

public static javax.swing.JFrame getJFrame()


Copyright © 2001 Universe Dev Team All Rights Reserved.