Index: /trunk/src/scriptbuilder/gui/IncidentPaletteFrame.java
===================================================================
--- /trunk/src/scriptbuilder/gui/IncidentPaletteFrame.java	(revision 63)
+++ /trunk/src/scriptbuilder/gui/IncidentPaletteFrame.java	(revision 69)
@@ -124,4 +124,5 @@
         scrollAddPanels.setViewport(new JViewport());
         panelAdd.removeAll();
+        labelFileCount.setText("Found "+incList.size()+" available incidents.");
         for (ScriptIncident inc : incList)
         {
@@ -129,7 +130,4 @@
 
             panelAdd.add(new IncidentPaletteAddPanel(inc, this));
-
-            System.out.println(panelAdd.getComponents().length);
-
         }
         scrollAddPanels.getViewport().add(panelAdd);
@@ -169,4 +167,5 @@
             }
         }
+        labelIncidentCount.setText(currentRow + " incidents currently in script.");
     }
 
@@ -191,4 +190,5 @@
         jPanel3 = new javax.swing.JPanel();
         btnClosePalette = new javax.swing.JButton();
+        labelFileCount = new javax.swing.JLabel();
 
         btnCreateIncident.setText("Create New...");
@@ -230,4 +230,11 @@
                 {null, null, null},
                 {null, null, null},
+                {null, null, null},
+                {null, null, null},
+                {null, null, null},
+                {null, null, null},
+                {null, null, null},
+                {null, null, null},
+                {null, null, null},
                 {null, null, null}
             },
@@ -296,5 +303,7 @@
             jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
             .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel3Layout.createSequentialGroup()
-                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
+                .addContainerGap()
+                .addComponent(labelFileCount, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
+                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                 .addComponent(btnClosePalette)
                 .addContainerGap())
@@ -302,5 +311,7 @@
         jPanel3Layout.setVerticalGroup(
             jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
-            .addComponent(btnClosePalette)
+            .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
+                .addComponent(btnClosePalette)
+                .addComponent(labelFileCount))
         );
 
@@ -332,10 +343,4 @@
     }// </editor-fold>//GEN-END:initComponents
 
-    private void btnClosePaletteActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_btnClosePaletteActionPerformed
-    {//GEN-HEADEREND:event_btnClosePaletteActionPerformed
-        script.update();
-        this.dispose();
-    }//GEN-LAST:event_btnClosePaletteActionPerformed
-
     private void btnCreateIncidentActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_btnCreateIncidentActionPerformed
     {//GEN-HEADEREND:event_btnCreateIncidentActionPerformed
@@ -367,4 +372,10 @@
     }//GEN-LAST:event_btnCreateIncidentActionPerformed
 
+    private void btnClosePaletteActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_btnClosePaletteActionPerformed
+    {//GEN-HEADEREND:event_btnClosePaletteActionPerformed
+        script.update();
+        this.dispose();
+    }//GEN-LAST:event_btnClosePaletteActionPerformed
+
 
     // Variables declaration - do not modify//GEN-BEGIN:variables
@@ -375,4 +386,5 @@
     private javax.swing.JPanel jPanel3;
     private javax.swing.JScrollPane jScrollPane2;
+    private javax.swing.JLabel labelFileCount;
     private javax.swing.JLabel labelIncidentCount;
     private javax.swing.JScrollPane scrollAddPanels;
Index: /trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form
===================================================================
--- /trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form	(revision 63)
+++ /trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form	(revision 69)
@@ -121,5 +121,5 @@
               <Properties>
                 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
-                  <Table columnCount="3" rowCount="4">
+                  <Table columnCount="3" rowCount="11">
                     <Column editable="false" title="Incident #" type="java.lang.Integer"/>
                     <Column editable="false" title="Start Time" type="java.lang.String"/>
@@ -179,5 +179,7 @@
           <Group type="103" groupAlignment="0" attributes="0">
               <Group type="102" alignment="1" attributes="0">
-                  <EmptySpace max="32767" attributes="0"/>
+                  <EmptySpace max="-2" attributes="0"/>
+                  <Component id="labelFileCount" max="32767" attributes="0"/>
+                  <EmptySpace max="-2" attributes="0"/>
                   <Component id="btnClosePalette" min="-2" max="-2" attributes="0"/>
                   <EmptySpace max="-2" attributes="0"/>
@@ -187,5 +189,8 @@
         <DimensionLayout dim="1">
           <Group type="103" groupAlignment="0" attributes="0">
-              <Component id="btnClosePalette" min="-2" max="-2" attributes="0"/>
+              <Group type="103" groupAlignment="3" attributes="0">
+                  <Component id="btnClosePalette" alignment="3" min="-2" max="-2" attributes="0"/>
+                  <Component id="labelFileCount" alignment="3" min="-2" max="-2" attributes="0"/>
+              </Group>
           </Group>
         </DimensionLayout>
@@ -200,4 +205,6 @@
           </Events>
         </Component>
+        <Component class="javax.swing.JLabel" name="labelFileCount">
+        </Component>
       </SubComponents>
     </Container>
Index: /trunk/src/scriptbuilder/gui/panels/IncidentPaletteAddPanel.form
===================================================================
--- /trunk/src/scriptbuilder/gui/panels/IncidentPaletteAddPanel.form	(revision 64)
+++ /trunk/src/scriptbuilder/gui/panels/IncidentPaletteAddPanel.form	(revision 69)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
+<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
     <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
