Index: trunk/src/tmcsim/client/cadclientgui/screens/IncidentViewer.java
===================================================================
--- trunk/src/tmcsim/client/cadclientgui/screens/IncidentViewer.java	(revision 414)
+++ trunk/src/tmcsim/client/cadclientgui/screens/IncidentViewer.java	(revision 459)
@@ -69,5 +69,4 @@
         addBindings();
     }
-
     /**
      * This method is called from within the constructor to initialize the form.
@@ -2119,5 +2118,5 @@
     }
 
-    // JD  Invoked by timer every 5 seconds.
+    // JD  Invoked by timer every 5 seconds (Timer2 in ScreenManager).
     public void refreshCommentsNotesTable()
     {
Index: trunk/src/tmcsim/client/cadclientgui/screens/IncidentEditor.java
===================================================================
--- trunk/src/tmcsim/client/cadclientgui/screens/IncidentEditor.java	(revision 59)
+++ trunk/src/tmcsim/client/cadclientgui/screens/IncidentEditor.java	(revision 459)
@@ -31,5 +31,6 @@
  * This class contains the view and controller for the IncidentEditor screen.
  * The view is built using a GUI builder plug-in, and the controller uses
- * listeners to control how the view and data act.
+ * listeners to control how the view and data act.  The IncidentEditor is
+ * opened from the Inform CAD main menu.
  *
  * @author Stuart
