Index: trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java
===================================================================
--- trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java	(revision 8)
+++ trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java	(revision 11)
@@ -2267,7 +2267,7 @@
     private void fileOpenActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_fileOpenActionPerformed
         JFileChooser fc = new JFileChooser();
-        fc.setFileFilter(new ExtensionFileFilter("Simulation Script (.sim)", new String[]
-        {
-            "sim"
+        fc.setFileFilter(new ExtensionFileFilter("Simulation Script (.xml)", new String[]
+        {
+            "xml"
         }));
         fc.showOpenDialog(this);
@@ -2282,7 +2282,7 @@
     private void fileSaveAsActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_fileSaveAsActionPerformed
         JFileChooser fc = new JFileChooser();
-        fc.setFileFilter(new ExtensionFileFilter("Simulation Script (.sim)", new String[]
-        {
-            "sim"
+        fc.setFileFilter(new ExtensionFileFilter("Simulation Script (.xml)", new String[]
+        {
+            "xml"
         }));
         fc.showSaveDialog(this);
@@ -2297,7 +2297,7 @@
     private void fileSaveActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_fileSaveActionPerformed
         JFileChooser fc = new JFileChooser();
-        fc.setFileFilter(new ExtensionFileFilter("Simulation Script (.sim)", new String[]
-        {
-            "sim"
+        fc.setFileFilter(new ExtensionFileFilter("Simulation Script (.xml)", new String[]
+        {
+            "xml"
         }));
         fc.showSaveDialog(this);
@@ -2742,5 +2742,8 @@
         script.loadScriptFromFile(fc.getSelectedFile());
     }//GEN-LAST:event_XMLImportBtnActionPerformed
-
+    /* Help > About simply displays the current SVN revision number so
+     * the user can determine which version of the source code was used to
+     * build the executable she is running.
+     */
     private void helpAboutActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_helpAboutActionPerformed
     {//GEN-HEADEREND:event_helpAboutActionPerformed
@@ -2760,4 +2763,5 @@
         String propKey = "Application.revision";
         String version = "unknown";
+        // Load the application properties (created by build.xml)
         try
         {
Index: trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form
===================================================================
--- trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form	(revision 8)
+++ trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form	(revision 11)
@@ -1479,5 +1479,5 @@
               <Group type="102" alignment="0" attributes="0">
                   <EmptySpace max="-2" attributes="0"/>
-                  <Component id="scriptEventsPane" pref="485" max="32767" attributes="0"/>
+                  <Component id="scriptEventsPane" max="32767" attributes="0"/>
                   <EmptySpace max="-2" attributes="0"/>
               </Group>
@@ -1548,5 +1548,5 @@
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="0" attributes="0">
-                      <Component id="incidentDescriptionPane" alignment="1" pref="453" max="32767" attributes="0"/>
+                      <Component id="incidentDescriptionPane" alignment="1" max="32767" attributes="0"/>
                       <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
                       <Group type="102" alignment="0" attributes="0">
@@ -1557,6 +1557,6 @@
                           <EmptySpace max="-2" attributes="0"/>
                           <Group type="103" groupAlignment="1" attributes="0">
-                              <Component id="incidentName" pref="366" max="32767" attributes="0"/>
-                              <Component id="incidentNumber" alignment="1" pref="366" max="32767" attributes="0"/>
+                              <Component id="incidentName" max="32767" attributes="0"/>
+                              <Component id="incidentNumber" alignment="1" max="32767" attributes="0"/>
                           </Group>
                       </Group>
