Changeset 92d1b2a in java-rpg-client
- Timestamp:
- Aug 31, 2007, 10:22:22 PM (17 years ago)
- Branches:
- master
- Parents:
- 67f5126
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LostHavenClient.java
r67f5126 r92d1b2a 14 14 * This is the main class in the project. It initializes wide-screen mode and is responsible for drawing to the screen and handling 15 15 * input. 16 * 17 * The classes in the gamegui folder are similar to the Swing classes in that they help in building a gui. They are all extended from 18 * the Member class and instances of each of them can be added to a Window class. They also have input-handling functionality. 16 19 */ 17 20
Note:
See TracChangeset
for help on using the changeset viewer.