Uses of Class
soc.client.NewGameOptionsFrame

Packages that use NewGameOptionsFrame
soc.client   
 

Uses of NewGameOptionsFrame in soc.client
 

Fields in soc.client declared as NewGameOptionsFrame
 NewGameOptionsFrame SOCPlayerClient.GameAwtDisplay.newGameOptsFrame
          The currently showing new-game options frame, or null
private  NewGameOptionsFrame SOCBuildingPanel.ngof
          "Game Info" window, from SOCBuildingPanel.gameInfoBut click, or null.
 

Methods in soc.client that return NewGameOptionsFrame
static NewGameOptionsFrame NewGameOptionsFrame.createAndShow(SOCPlayerClient.GameAwtDisplay cli, java.lang.String gaName, java.util.Map<java.lang.String,SOCGameOption> opts, boolean forPractice, boolean readOnly)
          Creates and shows a new NewGameOptionsFrame.
 

Constructors in soc.client with parameters of type NewGameOptionsFrame
NewGameOptionsFrame.VersionConfirmDialog(NewGameOptionsFrame ngof, int minVers)
          Creates a new VersionConfirmDialog.