| 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 NetPuzlClient |
LoginScreen.client
The client.
|
| Constructor and Description |
|---|
LoginScreen(NetPuzlClient client,
java.lang.String groupName)
This is the constructor for the login screen inner class.
|
| Modifier and Type | Field and Description |
|---|---|
private NetPuzlClient |
Gui.client |
| Constructor and Description |
|---|
Gui(NetPuzlClient client)
This is the constructor for this class, needs a client so that it can
send Tags to its proxy.
|