Changeset ec3114d in java-rpg-portal
- Timestamp:
- Aug 31, 2007, 10:31:33 PM (17 years ago)
- Branches:
- master
- Children:
- 704247c
- Parents:
- 82a1986
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LostHavenPortal.java
r82a1986 rec3114d 3 3 import java.util.*; 4 4 import javax.swing.*; 5 6 /* 7 * This is the main class in the portal project and it creates the gui and starts the thread that handles server communication. 8 */ 5 9 6 10 public class LostHavenPortal extends JFrame { -
PortalThread.java
r82a1986 rec3114d 1 import javax.swing. JOptionPane;1 import javax.swing.*; 2 2 3 /* 4 * This class processes messages from the server. 5 */ 3 6 4 7 public class PortalThread extends Connection {
Note:
See TracChangeset
for help on using the changeset viewer.