Uses of Package
org.jogre.awt

Packages that use org.jogre.awt
org.jogre.awt This package contains visual classes which aid the creation of games. 
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. 
 

Classes in org.jogre.awt used by org.jogre.awt
ConnectionDialog.Details
          Small inner data structure to get access of the various fields of the dialog.
JAvailableSeats
          This class extends the Swing JComboBox and also stores the current player, and Strings that make up the string.
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.
MessageComponent
          Little message component which can be used in several ways.
 

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