Uses of Package
org.jogre.client.awt

Packages that use org.jogre.client.awt
org.jogre.client This package contains non-visual classes which only the client makes use of including the network connection, the game model and controller. 
org.jogre.client.awt This package contains visual classes which aid the creation of games. 
 

Classes in org.jogre.client.awt used by org.jogre.client
JogreComponent
          This class creates the view in the JOGRE MVC (model/view/controller) architecture.
 

Classes in org.jogre.client.awt used by org.jogre.client.awt
ChatGameComponent
          Little message component which can be used in several ways.
ChatPrivateDialog
          This is used to send a private message between two users.
ConnectionDialog.Details
          Small inner data structure to get access of the various fields of the dialog.
JogreComponent
          This class creates the view in the JOGRE MVC (model/view/controller) architecture.
JogreTableFrame
          The important JogreTableFrame which is where each game is played.