Package | Description |
---|---|
com.putable.client |
Provides the classes specific to the client
|
com.putable.client.gui |
Provides the classes necessary to construct the client's GUI
|
Modifier and Type | Field and Description |
---|---|
private Gui |
NetPuzlClient.gui
A reference to the Gui that is displaying for this client
|
Modifier and Type | Method and Description |
---|---|
private Gui |
Gui.getThis()
This method is used to pass a reference to this when inside an anonymous
class to be able to reference the GUI's methods
|
Constructor and Description |
---|
ServerLoginScreen(Gui gui)
Instantiates a new server login screen.
|