Index: LostHavenClient.java
===================================================================
--- LostHavenClient.java	(revision 67f5126fb1e8d25e2e260635bb61a1265125e552)
+++ LostHavenClient.java	(revision 92d1b2a7713fdee41a44e650aae40378209f430f)
@@ -14,4 +14,7 @@
  * This is the main class in the project. It initializes wide-screen mode and is responsible for drawing to the screen and handling
  * input.
+ * 
+ * The classes in the gamegui folder are similar to the Swing classes in that they help in building a gui. They are all extended from
+ * the Member class and instances of each of them can be added to a Window class. They also have input-handling functionality.
  */
 
