Changeset 67f5126 in java-rpg-client
- Timestamp:
- Aug 31, 2007, 10:20:09 PM (17 years ago)
- Branches:
- master
- Children:
- 92d1b2a
- Parents:
- ca180f5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ClientThread.java
rca180f5 r67f5126 1 1 import 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 */ 2 6 3 7 public class ClientThread extends Connection { -
LostHavenClient.java
rca180f5 r67f5126 10 10 11 11 import 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 */ 12 17 13 18 public class LostHavenClient implements KeyListener, MouseListener {
Note:
See TracChangeset
for help on using the changeset viewer.