Index: ClientThread.java
===================================================================
--- ClientThread.java	(revision ca180f508dc08b848708424eeb41eab8cd71b90a)
+++ ClientThread.java	(revision 67f5126fb1e8d25e2e260635bb61a1265125e552)
@@ -1,3 +1,7 @@
 import gamegui.*;
+
+/*
+ * This thread is responsible for interacting with the server. It waits to receive messages from the server and then handles them.
+ */
 
 public class ClientThread extends Connection {
Index: LostHavenClient.java
===================================================================
--- LostHavenClient.java	(revision ca180f508dc08b848708424eeb41eab8cd71b90a)
+++ LostHavenClient.java	(revision 67f5126fb1e8d25e2e260635bb61a1265125e552)
@@ -10,4 +10,9 @@
 
 import gamegui.*;
+
+/*
+ * This is the main class in the project. It initializes wide-screen mode and is responsible for drawing to the screen and handling
+ * input.
+ */
 
 public class LostHavenClient implements KeyListener, MouseListener {
