Package de.jadv.client

This package includes the whole client, that is needed.

See:
          Description

Class Summary
ClientConfiguration Contains the configuration properties for the client.
Configuration Contains the configuration properties for the client.
DrawThread  
GameCanvas Displays the graphics for a level.
GameData Application that starts the JAdventure game.
GamePalette The floating palette that contains all the controls used by the user.
GameWindow The JFrame that contains all the graphics seen by the user: for example the GameCanvas.
ImageStore Stores and retrieves all known game objects and their respective images.
JAdvClient  
LoginDialog  
NewPlayerDialog  
ObjectStore Stores and retrieves all known game objects and their respective images.
PictureData Stores data loaded from pics.xml file.
SocketThread A thread that the client creates which then makes a connection to a server via a proxy.
 

Package de.jadv.client Description

This package includes the whole client, that is needed.
de.jadv.lib is needed to use the client.

See Also:
de.jadv.lib