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.
ChatTableComponent
          Component for a chat table component.
GameImages
          Contains a list of images for a particular game.
IJogreClientGUI
          Inteface between JOGRE application / applet and client panel.
JogreButton
          A custom ogre button which responds to mouse overs.
JogreComponent
          This class creates the view in the JOGRE MVC (model/view/controller) architecture.
JogreDialog
          Jogre dialog with extends a JDialog.
JogreInviteDialog
          Jogre invite dialog.
JogrePanel
          Jogre transparenty panel.
JogreTableFrame
          The important JogreTableFrame which is where each game is played.