|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAdvClient | |
de.jadv.client | This package includes the whole client, that is needed. |
Uses of JAdvClient in de.jadv.client |
Fields in de.jadv.client declared as JAdvClient | |
private JAdvClient |
GameCanvas._client
|
private JAdvClient |
GameData._client
|
private JAdvClient |
GamePalette._client
|
private JAdvClient |
GameWindow._client
|
protected JAdvClient |
LoginDialog._client
|
protected JAdvClient |
NewPlayerDialog._client
|
private JAdvClient |
SocketThread._client
|
Constructors in de.jadv.client with parameters of type JAdvClient | |
GameCanvas(JAdvClient client,
GameData gameData)
|
|
GameData(JAdvClient client)
Constructor for GameData. |
|
GamePalette(JAdvClient client,
java.awt.Dimension screenDimensions)
|
|
GameWindow(JAdvClient client,
GameData gameData)
Initialize everything and display the window. |
|
LoginDialog(JAdvClient client,
GameWindow gameWindow,
boolean isModal)
Constructor for LoginDialog |
|
NewPlayerDialog(JAdvClient client,
GameWindow gameWindow,
boolean isModal)
Constructor for LoginDialog |
|
SocketThread(JAdvClient client)
Creates a SocketThread associated with the specified client. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |