Index: LostHavenPortal.java
===================================================================
--- LostHavenPortal.java	(revision 82a1986de208797a7e801f46456494fae4cbcafc)
+++ LostHavenPortal.java	(revision ec3114d00842c805938fa8c66b1d35c08250c934)
@@ -3,4 +3,8 @@
 import java.util.*;
 import javax.swing.*;
+
+/*
+ * This is the main class in the portal project and it creates the gui and starts the thread that handles server communication.
+ */
 
 public class LostHavenPortal extends JFrame {
Index: PortalThread.java
===================================================================
--- PortalThread.java	(revision 82a1986de208797a7e801f46456494fae4cbcafc)
+++ PortalThread.java	(revision ec3114d00842c805938fa8c66b1d35c08250c934)
@@ -1,4 +1,7 @@
-import javax.swing.JOptionPane;
+import javax.swing.*;
 
+/*
+ * This class processes messages from the server.
+ */
 
 public class PortalThread extends Connection {
