Changeset 67f5126 in java-rpg-client


Ignore:
Timestamp:
Aug 31, 2007, 10:20:09 PM (17 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
92d1b2a
Parents:
ca180f5
Message:

[svn r26]

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ClientThread.java

    rca180f5 r67f5126  
    11import gamegui.*;
     2
     3/*
     4 * This thread is responsible for interacting with the server. It waits to receive messages from the server and then handles them.
     5 */
    26
    37public class ClientThread extends Connection {
  • LostHavenClient.java

    rca180f5 r67f5126  
    1010
    1111import gamegui.*;
     12
     13/*
     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 * input.
     16 */
    1217
    1318public class LostHavenClient implements KeyListener, MouseListener {
Note: See TracChangeset for help on using the changeset viewer.