dip.gui
Class F2FGUIGameSetup

java.lang.Object
  extended bydip.gui.F2FGUIGameSetup
All Implemented Interfaces:
GameSetup, GUIGameSetup

public class F2FGUIGameSetup
extends java.lang.Object
implements GUIGameSetup

The Default GameSetup. This is used when we are not in face- to-face or a network mode. All powers may have their orders entered and displayed. The last turnstate is always made the current turnstate.


Constructor Summary
F2FGUIGameSetup()
           
 
Method Summary
 void save(ClientFrame cf)
          Save the Current Power
 void setup(ClientFrame cf, World world)
          Setup the game.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F2FGUIGameSetup

public F2FGUIGameSetup()
Method Detail

setup

public void setup(ClientFrame cf,
                  World world)
Setup the game.

Specified by:
setup in interface GUIGameSetup

save

public void save(ClientFrame cf)
Save the Current Power

Specified by:
save in interface GUIGameSetup


Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.