Changeset 92d1b2a in java-rpg-client for LostHavenClient.java


Ignore:
Timestamp:
Aug 31, 2007, 10:22:22 PM (17 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Parents:
67f5126
Message:

[svn r27]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LostHavenClient.java

    r67f5126 r92d1b2a  
    1414 * This is the main class in the project. It initializes wide-screen mode and is responsible for drawing to the screen and handling
    1515 * 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.
    1619 */
    1720
Note: See TracChangeset for help on using the changeset viewer.