|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJogreClientGUI | |
org.jogre.client.awt | This package contains visual classes which aid the creation of games. |
Uses of IJogreClientGUI in org.jogre.client.awt |
Classes in org.jogre.client.awt that implement IJogreClientGUI | |
class |
JogreClientApplet
Abstract JOGRE applet class. |
class |
JogreClientFrame
This abstract class declares the main game frame where a user can see users of the left, tables on the top right and a broadcasting style message chat box on the bottom right. |
Constructors in org.jogre.client.awt with parameters of type IJogreClientGUI | |
JogreClientPanel(ClientConnectionThread conn,
IJogreClientGUI jogreClientGui)
Constructor for a client frame. |
|
ConnectionPanel(IJogreClientGUI client)
Constructor for an application which doesn't take a username / password. |
|
ConnectionPanel(IJogreClientGUI client,
String server,
int port,
String username)
Silent connect which takes a server, port and a username. |
|
ConnectionPanel(IJogreClientGUI client,
String server,
int port,
String username,
String password)
Silent connect which takes a server, port and a username. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |