dd.ui
Class ChooseGameToObserve

java.lang.Object
  extended bydd.ui.ChooseGame
      extended bydd.ui.ChooseGameToObserve

public class ChooseGameToObserve
extends ChooseGame

Interface for choosing a game. When the client connects to a server, the client needs to either join a game currently in progress or create a new game. This provides an interface for that choice.

Author:
Seth McGinnis

Field Summary
 
Fields inherited from class dd.ui.ChooseGame
dlug, f, games, gameTree, gameTreeModel, refreshList, top
 
Constructor Summary
ChooseGameToObserve(GUIEvents target, java.lang.String[] games)
           
 
Method Summary
 void doJoinButton()
           
 
Methods inherited from class dd.ui.ChooseGame
close, setGameList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChooseGameToObserve

public ChooseGameToObserve(GUIEvents target,
                           java.lang.String[] games)
Method Detail

doJoinButton

public void doJoinButton()
Overrides:
doJoinButton in class ChooseGame