Index: trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form
===================================================================
--- trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form	(revision 108)
+++ trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form	(revision 109)
@@ -29,4 +29,5 @@
             <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMousePressed"/>
             <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMouseReleased"/>
+            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEventActionPerformed"/>
           </Events>
         </MenuItem>
@@ -73,5 +74,5 @@
               <Group type="102" attributes="0">
                   <EmptySpace max="-2" attributes="0"/>
-                  <Component id="jLabel5" min="-2" pref="68" max="-2" attributes="0"/>
+                  <Component id="labelCADEntry" min="-2" pref="68" max="-2" attributes="0"/>
                   <EmptySpace max="32767" attributes="0"/>
               </Group>
@@ -82,5 +83,5 @@
               <Group type="102" alignment="0" attributes="0">
                   <EmptySpace max="-2" attributes="0"/>
-                  <Component id="jLabel5" min="-2" max="-2" attributes="0"/>
+                  <Component id="labelCADEntry" min="-2" max="-2" attributes="0"/>
                   <EmptySpace pref="1357" max="32767" attributes="0"/>
               </Group>
@@ -89,5 +90,5 @@
       </Layout>
       <SubComponents>
-        <Component class="javax.swing.JLabel" name="jLabel5">
+        <Component class="javax.swing.JLabel" name="labelCADEntry">
           <Properties>
             <Property name="text" type="java.lang.String" value="CAD Entry"/>
@@ -112,9 +113,9 @@
                       <Component id="radioMessageScrollPane" alignment="0" pref="380" max="32767" attributes="0"/>
                       <Group type="102" alignment="0" attributes="0">
-                          <Component id="radioTypeLabel" min="-2" max="-2" attributes="0"/>
+                          <Component id="labelRadioType" min="-2" max="-2" attributes="0"/>
                           <EmptySpace type="unrelated" max="-2" attributes="0"/>
                           <Component id="radioTypeComboBox" pref="312" max="32767" attributes="0"/>
                       </Group>
-                      <Component id="jLabel7" alignment="0" min="-2" max="-2" attributes="0"/>
+                      <Component id="labelRadioMessage" alignment="0" min="-2" max="-2" attributes="0"/>
                       <Group type="102" alignment="0" attributes="0">
                           <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
@@ -132,9 +133,9 @@
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="3" attributes="0">
-                      <Component id="radioTypeLabel" alignment="3" min="-2" max="-2" attributes="0"/>
+                      <Component id="labelRadioType" alignment="3" min="-2" max="-2" attributes="0"/>
                       <Component id="radioTypeComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
                   </Group>
                   <EmptySpace type="unrelated" max="-2" attributes="0"/>
-                  <Component id="jLabel7" min="-2" max="-2" attributes="0"/>
+                  <Component id="labelRadioMessage" min="-2" max="-2" attributes="0"/>
                   <EmptySpace max="-2" attributes="0"/>
                   <Component id="radioMessageScrollPane" pref="198" max="32767" attributes="0"/>
@@ -150,10 +151,10 @@
       </Layout>
       <SubComponents>
-        <Component class="javax.swing.JLabel" name="radioTypeLabel">
+        <Component class="javax.swing.JLabel" name="labelRadioType">
           <Properties>
             <Property name="text" type="java.lang.String" value="Radio Type:"/>
           </Properties>
         </Component>
-        <Component class="javax.swing.JLabel" name="jLabel7">
+        <Component class="javax.swing.JLabel" name="labelRadioMessage">
           <Properties>
             <Property name="text" type="java.lang.String" value="Radio Message:"/>
@@ -243,11 +244,11 @@
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="1" attributes="0">
-                      <Component id="jScrollPane1" alignment="0" pref="322" max="32767" attributes="0"/>
-                      <Component id="jLabel10" alignment="0" min="-2" max="-2" attributes="0"/>
+                      <Component id="incidentPropertiesScrollPane" alignment="0" pref="322" max="32767" attributes="0"/>
+                      <Component id="labelIncidentDescription" alignment="0" min="-2" max="-2" attributes="0"/>
                       <Group type="102" alignment="0" attributes="0">
                           <Group type="103" groupAlignment="0" attributes="0">
-                              <Component id="jLabel6" alignment="0" min="-2" max="-2" attributes="0"/>
-                              <Component id="jLabel8" alignment="0" min="-2" max="-2" attributes="0"/>
-                              <Component id="jLabel9" alignment="0" min="-2" max="-2" attributes="0"/>
+                              <Component id="labelIncidentNumber" alignment="0" min="-2" max="-2" attributes="0"/>
+                              <Component id="labelIncidentName" alignment="0" min="-2" max="-2" attributes="0"/>
+                              <Component id="labelIncidentColor" alignment="0" min="-2" max="-2" attributes="0"/>
                           </Group>
                           <EmptySpace type="separate" max="-2" attributes="0"/>
@@ -258,5 +259,5 @@
                                   <Component id="incidentColorField" pref="119" max="32767" attributes="0"/>
                                   <EmptySpace max="-2" attributes="0"/>
-                                  <Component id="jButton3" min="-2" pref="93" max="-2" attributes="0"/>
+                                  <Component id="btnChooseColor" min="-2" pref="93" max="-2" attributes="0"/>
                               </Group>
                           </Group>
@@ -269,6 +270,6 @@
                       <Group type="102" alignment="0" attributes="0">
                           <Group type="103" groupAlignment="0" attributes="0">
-                              <Component id="jLabel12" min="-2" max="-2" attributes="0"/>
-                              <Component id="jLabel11" alignment="0" min="-2" max="-2" attributes="0"/>
+                              <Component id="labelIncidentStart" min="-2" max="-2" attributes="0"/>
+                              <Component id="labelIncidentLength" alignment="0" min="-2" max="-2" attributes="0"/>
                           </Group>
                           <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
@@ -276,5 +277,5 @@
                               <Group type="102" attributes="0">
                                   <EmptySpace min="6" pref="6" max="-2" attributes="0"/>
-                                  <Component id="labelIncidentLength" max="32767" attributes="0"/>
+                                  <Component id="txtIncidentLength" max="32767" attributes="0"/>
                                   <EmptySpace min="22" pref="22" max="-2" attributes="0"/>
                               </Group>
@@ -292,31 +293,31 @@
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="3" attributes="0">
-                      <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/>
+                      <Component id="labelIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
                       <Component id="addIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="3" attributes="0">
-                      <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/>
+                      <Component id="labelIncidentName" alignment="3" min="-2" max="-2" attributes="0"/>
                       <Component id="addIncidentName" alignment="3" min="-2" max="-2" attributes="0"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="3" attributes="0">
-                      <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/>
-                      <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>
+                      <Component id="labelIncidentColor" alignment="3" min="-2" max="-2" attributes="0"/>
+                      <Component id="btnChooseColor" alignment="3" min="-2" max="-2" attributes="0"/>
                       <Component id="incidentColorField" alignment="3" min="-2" max="-2" attributes="0"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
-                  <Component id="jLabel10" min="-2" max="-2" attributes="0"/>
-                  <EmptySpace max="-2" attributes="0"/>
-                  <Component id="jScrollPane1" pref="118" max="32767" attributes="0"/>
+                  <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/>
+                  <EmptySpace max="-2" attributes="0"/>
+                  <Component id="incidentPropertiesScrollPane" pref="118" max="32767" attributes="0"/>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="3" attributes="0">
                       <Component id="addIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/>
-                      <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/>
+                      <Component id="labelIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="3" attributes="0">
-                      <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/>
                       <Component id="labelIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/>
+                      <Component id="txtIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
@@ -331,25 +332,25 @@
       </Layout>
       <SubComponents>
-        <Component class="javax.swing.JLabel" name="jLabel6">
+        <Component class="javax.swing.JLabel" name="labelIncidentNumber">
           <Properties>
             <Property name="text" type="java.lang.String" value="Incident Number: "/>
           </Properties>
         </Component>
-        <Component class="javax.swing.JLabel" name="jLabel8">
+        <Component class="javax.swing.JLabel" name="labelIncidentName">
           <Properties>
             <Property name="text" type="java.lang.String" value="Incident Name:"/>
           </Properties>
         </Component>
-        <Component class="javax.swing.JLabel" name="jLabel9">
+        <Component class="javax.swing.JLabel" name="labelIncidentColor">
           <Properties>
             <Property name="text" type="java.lang.String" value="Incident Color: "/>
           </Properties>
         </Component>
-        <Component class="javax.swing.JLabel" name="jLabel10">
+        <Component class="javax.swing.JLabel" name="labelIncidentDescription">
           <Properties>
             <Property name="text" type="java.lang.String" value="Incident Description:"/>
           </Properties>
         </Component>
-        <Container class="javax.swing.JScrollPane" name="jScrollPane1">
+        <Container class="javax.swing.JScrollPane" name="incidentPropertiesScrollPane">
           <Properties>
             <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
@@ -397,10 +398,10 @@
         <Component class="javax.swing.JTextField" name="addIncidentName">
         </Component>
-        <Component class="javax.swing.JLabel" name="jLabel11">
+        <Component class="javax.swing.JLabel" name="labelIncidentLength">
           <Properties>
             <Property name="text" type="java.lang.String" value="Incident Length in Minutes: "/>
           </Properties>
         </Component>
-        <Component class="javax.swing.JLabel" name="jLabel12">
+        <Component class="javax.swing.JLabel" name="labelIncidentStart">
           <Properties>
             <Property name="text" type="java.lang.String" value="Incident Start Time in Minutes:"/>
@@ -414,10 +415,10 @@
           </Properties>
         </Component>
-        <Component class="javax.swing.JButton" name="jButton3">
+        <Component class="javax.swing.JButton" name="btnChooseColor">
           <Properties>
             <Property name="text" type="java.lang.String" value="Choose..."/>
           </Properties>
           <Events>
-            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
+            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnChooseColorActionPerformed"/>
           </Events>
         </Component>
@@ -430,5 +431,5 @@
           </Properties>
         </Component>
-        <Component class="javax.swing.JLabel" name="labelIncidentLength">
+        <Component class="javax.swing.JLabel" name="txtIncidentLength">
           <Properties>
             <Property name="horizontalAlignment" type="int" value="4"/>
@@ -454,32 +455,32 @@
                   <EmptySpace pref="21" max="32767" attributes="0"/>
                   <Group type="103" groupAlignment="1" attributes="0">
-                      <Component id="jTextArea1" alignment="0" max="32767" attributes="1"/>
+                      <Component id="txtNoiseDescription" alignment="0" max="32767" attributes="1"/>
                       <Group type="103" alignment="1" groupAlignment="1" max="-2" attributes="0">
                           <Group type="102" alignment="0" attributes="1">
-                              <Component id="jButton1" min="-2" max="-2" attributes="0"/>
+                              <Component id="btnCancelNoise" min="-2" max="-2" attributes="0"/>
                               <EmptySpace max="32767" attributes="0"/>
-                              <Component id="jButton2" min="-2" max="-2" attributes="0"/>
+                              <Component id="btnGenerateNoise" min="-2" max="-2" attributes="0"/>
                           </Group>
                           <Group type="102" alignment="0" attributes="0">
                               <Group type="103" groupAlignment="0" attributes="0">
                                   <Group type="103" alignment="0" groupAlignment="1" attributes="0">
-                                      <Component id="jLabel16" alignment="1" min="-2" max="-2" attributes="0"/>
-                                      <Component id="jLabel14" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
-                                      <Component id="jLabel15" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
-                                      <Component id="jLabel13" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
+                                      <Component id="labelBackgroundNoise" alignment="1" min="-2" max="-2" attributes="0"/>
+                                      <Component id="labelLaneClosures" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
+                                      <Component id="labelTMCALLogs" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
+                                      <Component id="labelRadioChatter" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
                                   </Group>
-                                  <Component id="jLabel17" alignment="0" min="-2" pref="81" max="-2" attributes="0"/>
+                                  <Component id="labelMinorEvents" alignment="0" min="-2" pref="81" max="-2" attributes="0"/>
                               </Group>
                               <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
                               <Group type="103" groupAlignment="0" max="-2" attributes="0">
-                                  <Component id="jSlider1" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
-                                  <Component id="jSlider2" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
-                                  <Component id="jSlider3" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
-                                  <Component id="jSlider5" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
-                                  <Component id="jSlider4" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
+                                  <Component id="radioChatterSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
+                                  <Component id="laneClosuresSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
+                                  <Component id="TMCALSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
+                                  <Component id="minorEventsSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
+                                  <Component id="backgroundNoiseSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
                                   <Group type="102" alignment="1" attributes="1">
-                                      <Component id="jLabel20" min="-2" max="-2" attributes="0"/>
+                                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/>
                                       <EmptySpace max="32767" attributes="0"/>
-                                      <Component id="jLabel21" min="-2" max="-2" attributes="0"/>
+                                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/>
                                   </Group>
                               </Group>
@@ -495,39 +496,39 @@
               <Group type="102" alignment="1" attributes="0">
                   <EmptySpace max="-2" attributes="0"/>
-                  <Component id="jTextArea1" pref="39" max="32767" attributes="0"/>
+                  <Component id="txtNoiseDescription" pref="39" max="32767" attributes="0"/>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="1" attributes="0">
-                      <Component id="jLabel21" min="-2" max="-2" attributes="0"/>
-                      <Component id="jLabel20" min="-2" max="-2" attributes="0"/>
+                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/>
+                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="1" attributes="0">
-                      <Component id="jLabel13" min="-2" pref="30" max="-2" attributes="1"/>
-                      <Component id="jSlider1" alignment="1" min="-2" pref="30" max="-2" attributes="1"/>
+                      <Component id="labelRadioChatter" min="-2" pref="30" max="-2" attributes="1"/>
+                      <Component id="radioChatterSlider" alignment="1" min="-2" pref="30" max="-2" attributes="1"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="1" attributes="0">
-                      <Component id="jLabel14" min="-2" pref="28" max="-2" attributes="1"/>
-                      <Component id="jSlider2" alignment="1" min="-2" pref="28" max="-2" attributes="1"/>
+                      <Component id="labelLaneClosures" min="-2" pref="28" max="-2" attributes="1"/>
+                      <Component id="laneClosuresSlider" alignment="1" min="-2" pref="28" max="-2" attributes="1"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="1" max="-2" attributes="0">
-                      <Component id="jLabel15" min="-2" max="-2" attributes="1"/>
-                      <Component id="jSlider3" alignment="1" min="-2" max="-2" attributes="1"/>
+                      <Component id="labelTMCALLogs" min="-2" max="-2" attributes="1"/>
+                      <Component id="TMCALSlider" alignment="1" min="-2" max="-2" attributes="1"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="1" attributes="0">
-                      <Component id="jSlider4" min="-2" pref="29" max="-2" attributes="1"/>
-                      <Component id="jLabel16" min="-2" pref="29" max="-2" attributes="1"/>
-                  </Group>
-                  <EmptySpace max="-2" attributes="0"/>
-                  <Group type="103" groupAlignment="0" attributes="0">
-                      <Component id="jSlider5" min="-2" max="-2" attributes="1"/>
-                      <Component id="jLabel17" min="-2" max="-2" attributes="1"/>
+                      <Component id="backgroundNoiseSlider" min="-2" pref="29" max="-2" attributes="1"/>
+                      <Component id="labelBackgroundNoise" min="-2" pref="29" max="-2" attributes="1"/>
+                  </Group>
+                  <EmptySpace max="-2" attributes="0"/>
+                  <Group type="103" groupAlignment="0" attributes="0">
+                      <Component id="minorEventsSlider" min="-2" max="-2" attributes="1"/>
+                      <Component id="labelMinorEvents" min="-2" max="-2" attributes="1"/>
                   </Group>
                   <EmptySpace type="separate" max="-2" attributes="0"/>
                   <Group type="103" groupAlignment="0" attributes="0">
-                      <Component id="jButton1" min="-2" max="-2" attributes="0"/>
-                      <Component id="jButton2" min="-2" max="-2" attributes="0"/>
+                      <Component id="btnCancelNoise" min="-2" max="-2" attributes="0"/>
+                      <Component id="btnGenerateNoise" min="-2" max="-2" attributes="0"/>
                   </Group>
                   <EmptySpace max="-2" attributes="0"/>
@@ -537,5 +538,5 @@
       </Layout>
       <SubComponents>
-        <Component class="javax.swing.JLabel" name="jLabel13">
+        <Component class="javax.swing.JLabel" name="labelRadioChatter">
           <Properties>
             <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
@@ -545,9 +546,9 @@
           </Properties>
         </Component>
-        <Component class="javax.swing.JSlider" name="jSlider1">
-        </Component>
-        <Component class="javax.swing.JSlider" name="jSlider2">
-        </Component>
-        <Component class="javax.swing.JLabel" name="jLabel14">
+        <Component class="javax.swing.JSlider" name="radioChatterSlider">
+        </Component>
+        <Component class="javax.swing.JSlider" name="laneClosuresSlider">
+        </Component>
+        <Component class="javax.swing.JLabel" name="labelLaneClosures">
           <Properties>
             <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
@@ -557,7 +558,7 @@
           </Properties>
         </Component>
-        <Component class="javax.swing.JSlider" name="jSlider3">
-        </Component>
-        <Component class="javax.swing.JLabel" name="jLabel15">
+        <Component class="javax.swing.JSlider" name="TMCALSlider">
+        </Component>
+        <Component class="javax.swing.JLabel" name="labelTMCALLogs">
           <Properties>
             <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
@@ -567,5 +568,5 @@
           </Properties>
         </Component>
-        <Component class="javax.swing.JTextArea" name="jTextArea1">
+        <Component class="javax.swing.JTextArea" name="txtNoiseDescription">
           <Properties>
             <Property name="editable" type="boolean" value="false"/>
@@ -589,7 +590,7 @@
           </Properties>
         </Component>
-        <Component class="javax.swing.JSlider" name="jSlider4">
-        </Component>
-        <Component class="javax.swing.JLabel" name="jLabel16">
+        <Component class="javax.swing.JSlider" name="backgroundNoiseSlider">
+        </Component>
+        <Component class="javax.swing.JLabel" name="labelBackgroundNoise">
           <Properties>
             <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
@@ -599,7 +600,7 @@
           </Properties>
         </Component>
-        <Component class="javax.swing.JSlider" name="jSlider5">
-        </Component>
-        <Component class="javax.swing.JLabel" name="jLabel17">
+        <Component class="javax.swing.JSlider" name="minorEventsSlider">
+        </Component>
+        <Component class="javax.swing.JLabel" name="labelMinorEvents">
           <Properties>
             <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
@@ -609,26 +610,26 @@
           </Properties>
         </Component>
-        <Component class="javax.swing.JButton" name="jButton1">
+        <Component class="javax.swing.JButton" name="btnCancelNoise">
           <Properties>
             <Property name="text" type="java.lang.String" value="Cancel"/>
           </Properties>
           <Events>
-            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
+            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCancelNoiseActionPerformed"/>
           </Events>
         </Component>
-        <Component class="javax.swing.JButton" name="jButton2">
+        <Component class="javax.swing.JButton" name="btnGenerateNoise">
           <Properties>
             <Property name="text" type="java.lang.String" value="Generate"/>
           </Properties>
           <Events>
-            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
+            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnGenerateNoiseActionPerformed"/>
           </Events>
         </Component>
-        <Component class="javax.swing.JLabel" name="jLabel20">
+        <Component class="javax.swing.JLabel" name="labelLeastFreq">
           <Properties>
             <Property name="text" type="java.lang.String" value="Least Frequent"/>
           </Properties>
         </Component>
-        <Component class="javax.swing.JLabel" name="jLabel21">
+        <Component class="javax.swing.JLabel" name="labelMostFreq">
           <Properties>
             <Property name="text" type="java.lang.String" value="Most Frequent"/>
