Index: trunk/src/scriptbuilder/gui/IncidentEditorFrame.java
===================================================================
--- trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java	(revision 51)
+++ trunk/src/scriptbuilder/gui/IncidentEditorFrame.java	(revision 52)
@@ -1,6 +1,7 @@
-/*
- * ScriptBuilderFrame.java
- *
- * Created on May 8, 2010, 12:01:46 PM
+/**
+ * Frame for the Individual Incident Editor.
+ * 
+ * @author Bryan McGuffin
+ * @version 2017/08/08
  */
 package scriptbuilder.gui;
@@ -44,5 +45,5 @@
  * @author Bryan McGuffin
  */
-public class ScriptBuilderFrame extends javax.swing.JFrame implements Observer
+public class IncidentEditorFrame extends javax.swing.JFrame implements Observer
 {
 
@@ -246,5 +247,5 @@
      * for all buttons.
      */
-    public ScriptBuilderFrame()
+    public IncidentEditorFrame()
     {
         script = new SimulationScript();
@@ -2795,54 +2796,54 @@
     }
 
-    /**
-     * Runs the script builder.
-     *
-     * @param args the command line arguments
-     */
-    public static void main(String args[])
-    {
-        try
-        {
-            UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
-        }
-        catch (ClassNotFoundException ex)
-        {
-        }
-        catch (InstantiationException ex)
-        {
-        }
-        catch (IllegalAccessException ex)
-        {
-        }
-        catch (UnsupportedLookAndFeelException ex)
-        {
-        }
-
-        try
-        {
-            UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
-        }
-        catch (ClassNotFoundException ex)
-        {
-        }
-        catch (InstantiationException ex)
-        {
-        }
-        catch (IllegalAccessException ex)
-        {
-        }
-        catch (UnsupportedLookAndFeelException ex)
-        {
-        }
-
-        java.awt.EventQueue.invokeLater(
-                new Runnable()
-                {
-                    public void run()
-                    {
-                        new ScriptBuilderFrame().setVisible(true);
-                    }
-                });
-    }
+//    /**
+//     * Runs the script builder.
+//     *
+//     * @param args the command line arguments
+//     */
+//    public static void main(String args[])
+//    {
+//        try
+//        {
+//            UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
+//        }
+//        catch (ClassNotFoundException ex)
+//        {
+//        }
+//        catch (InstantiationException ex)
+//        {
+//        }
+//        catch (IllegalAccessException ex)
+//        {
+//        }
+//        catch (UnsupportedLookAndFeelException ex)
+//        {
+//        }
+//
+//        try
+//        {
+//            UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
+//        }
+//        catch (ClassNotFoundException ex)
+//        {
+//        }
+//        catch (InstantiationException ex)
+//        {
+//        }
+//        catch (IllegalAccessException ex)
+//        {
+//        }
+//        catch (UnsupportedLookAndFeelException ex)
+//        {
+//        }
+//
+//        java.awt.EventQueue.invokeLater(
+//                new Runnable()
+//                {
+//                    public void run()
+//                    {
+//                        new IncidentEditorFrame().setVisible(true);
+//                    }
+//                });
+//    }
     // Variables declaration - do not modify//GEN-BEGIN:variables
     private javax.swing.JButton activityLogEvalButton;
