Changeset 109 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form


Ignore:
Timestamp:
09/05/2017 04:08:45 PM (9 years ago)
Author:
bmcguffin
Message:

Annotated this file. Refactored various swing objects to have usage-specific names instead of generic names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form

    r108 r109  
    2929            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMousePressed"/> 
    3030            <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMouseReleased"/> 
     31            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEventActionPerformed"/> 
    3132          </Events> 
    3233        </MenuItem> 
     
    7374              <Group type="102" attributes="0"> 
    7475                  <EmptySpace max="-2" attributes="0"/> 
    75                   <Component id="jLabel5" min="-2" pref="68" max="-2" attributes="0"/> 
     76                  <Component id="labelCADEntry" min="-2" pref="68" max="-2" attributes="0"/> 
    7677                  <EmptySpace max="32767" attributes="0"/> 
    7778              </Group> 
     
    8283              <Group type="102" alignment="0" attributes="0"> 
    8384                  <EmptySpace max="-2" attributes="0"/> 
    84                   <Component id="jLabel5" min="-2" max="-2" attributes="0"/> 
     85                  <Component id="labelCADEntry" min="-2" max="-2" attributes="0"/> 
    8586                  <EmptySpace pref="1357" max="32767" attributes="0"/> 
    8687              </Group> 
     
    8990      </Layout> 
    9091      <SubComponents> 
    91         <Component class="javax.swing.JLabel" name="jLabel5"> 
     92        <Component class="javax.swing.JLabel" name="labelCADEntry"> 
    9293          <Properties> 
    9394            <Property name="text" type="java.lang.String" value="CAD Entry"/> 
     
    112113                      <Component id="radioMessageScrollPane" alignment="0" pref="380" max="32767" attributes="0"/> 
    113114                      <Group type="102" alignment="0" attributes="0"> 
    114                           <Component id="radioTypeLabel" min="-2" max="-2" attributes="0"/> 
     115                          <Component id="labelRadioType" min="-2" max="-2" attributes="0"/> 
    115116                          <EmptySpace type="unrelated" max="-2" attributes="0"/> 
    116117                          <Component id="radioTypeComboBox" pref="312" max="32767" attributes="0"/> 
    117118                      </Group> 
    118                       <Component id="jLabel7" alignment="0" min="-2" max="-2" attributes="0"/> 
     119                      <Component id="labelRadioMessage" alignment="0" min="-2" max="-2" attributes="0"/> 
    119120                      <Group type="102" alignment="0" attributes="0"> 
    120121                          <Component id="cancelButton" min="-2" max="-2" attributes="0"/> 
     
    132133                  <EmptySpace max="-2" attributes="0"/> 
    133134                  <Group type="103" groupAlignment="3" attributes="0"> 
    134                       <Component id="radioTypeLabel" alignment="3" min="-2" max="-2" attributes="0"/> 
     135                      <Component id="labelRadioType" alignment="3" min="-2" max="-2" attributes="0"/> 
    135136                      <Component id="radioTypeComboBox" alignment="3" min="-2" max="-2" attributes="0"/> 
    136137                  </Group> 
    137138                  <EmptySpace type="unrelated" max="-2" attributes="0"/> 
    138                   <Component id="jLabel7" min="-2" max="-2" attributes="0"/> 
     139                  <Component id="labelRadioMessage" min="-2" max="-2" attributes="0"/> 
    139140                  <EmptySpace max="-2" attributes="0"/> 
    140141                  <Component id="radioMessageScrollPane" pref="198" max="32767" attributes="0"/> 
     
    150151      </Layout> 
    151152      <SubComponents> 
    152         <Component class="javax.swing.JLabel" name="radioTypeLabel"> 
     153        <Component class="javax.swing.JLabel" name="labelRadioType"> 
    153154          <Properties> 
    154155            <Property name="text" type="java.lang.String" value="Radio Type:"/> 
    155156          </Properties> 
    156157        </Component> 
    157         <Component class="javax.swing.JLabel" name="jLabel7"> 
     158        <Component class="javax.swing.JLabel" name="labelRadioMessage"> 
    158159          <Properties> 
    159160            <Property name="text" type="java.lang.String" value="Radio Message:"/> 
     
    243244                  <EmptySpace max="-2" attributes="0"/> 
    244245                  <Group type="103" groupAlignment="1" attributes="0"> 
    245                       <Component id="jScrollPane1" alignment="0" pref="322" max="32767" attributes="0"/> 
    246                       <Component id="jLabel10" alignment="0" min="-2" max="-2" attributes="0"/> 
     246                      <Component id="incidentPropertiesScrollPane" alignment="0" pref="322" max="32767" attributes="0"/> 
     247                      <Component id="labelIncidentDescription" alignment="0" min="-2" max="-2" attributes="0"/> 
    247248                      <Group type="102" alignment="0" attributes="0"> 
    248249                          <Group type="103" groupAlignment="0" attributes="0"> 
    249                               <Component id="jLabel6" alignment="0" min="-2" max="-2" attributes="0"/> 
    250                               <Component id="jLabel8" alignment="0" min="-2" max="-2" attributes="0"/> 
    251                               <Component id="jLabel9" alignment="0" min="-2" max="-2" attributes="0"/> 
     250                              <Component id="labelIncidentNumber" alignment="0" min="-2" max="-2" attributes="0"/> 
     251                              <Component id="labelIncidentName" alignment="0" min="-2" max="-2" attributes="0"/> 
     252                              <Component id="labelIncidentColor" alignment="0" min="-2" max="-2" attributes="0"/> 
    252253                          </Group> 
    253254                          <EmptySpace type="separate" max="-2" attributes="0"/> 
     
    258259                                  <Component id="incidentColorField" pref="119" max="32767" attributes="0"/> 
    259260                                  <EmptySpace max="-2" attributes="0"/> 
    260                                   <Component id="jButton3" min="-2" pref="93" max="-2" attributes="0"/> 
     261                                  <Component id="btnChooseColor" min="-2" pref="93" max="-2" attributes="0"/> 
    261262                              </Group> 
    262263                          </Group> 
     
    269270                      <Group type="102" alignment="0" attributes="0"> 
    270271                          <Group type="103" groupAlignment="0" attributes="0"> 
    271                               <Component id="jLabel12" min="-2" max="-2" attributes="0"/> 
    272                               <Component id="jLabel11" alignment="0" min="-2" max="-2" attributes="0"/> 
     272                              <Component id="labelIncidentStart" min="-2" max="-2" attributes="0"/> 
     273                              <Component id="labelIncidentLength" alignment="0" min="-2" max="-2" attributes="0"/> 
    273274                          </Group> 
    274275                          <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> 
     
    276277                              <Group type="102" attributes="0"> 
    277278                                  <EmptySpace min="6" pref="6" max="-2" attributes="0"/> 
    278                                   <Component id="labelIncidentLength" max="32767" attributes="0"/> 
     279                                  <Component id="txtIncidentLength" max="32767" attributes="0"/> 
    279280                                  <EmptySpace min="22" pref="22" max="-2" attributes="0"/> 
    280281                              </Group> 
     
    292293                  <EmptySpace max="-2" attributes="0"/> 
    293294                  <Group type="103" groupAlignment="3" attributes="0"> 
    294                       <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> 
     295                      <Component id="labelIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/> 
    295296                      <Component id="addIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/> 
    296297                  </Group> 
    297298                  <EmptySpace max="-2" attributes="0"/> 
    298299                  <Group type="103" groupAlignment="3" attributes="0"> 
    299                       <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/> 
     300                      <Component id="labelIncidentName" alignment="3" min="-2" max="-2" attributes="0"/> 
    300301                      <Component id="addIncidentName" alignment="3" min="-2" max="-2" attributes="0"/> 
    301302                  </Group> 
    302303                  <EmptySpace max="-2" attributes="0"/> 
    303304                  <Group type="103" groupAlignment="3" attributes="0"> 
    304                       <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> 
    305                       <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/> 
     305                      <Component id="labelIncidentColor" alignment="3" min="-2" max="-2" attributes="0"/> 
     306                      <Component id="btnChooseColor" alignment="3" min="-2" max="-2" attributes="0"/> 
    306307                      <Component id="incidentColorField" alignment="3" min="-2" max="-2" attributes="0"/> 
    307308                  </Group> 
    308309                  <EmptySpace max="-2" attributes="0"/> 
    309                   <Component id="jLabel10" min="-2" max="-2" attributes="0"/> 
    310                   <EmptySpace max="-2" attributes="0"/> 
    311                   <Component id="jScrollPane1" pref="118" max="32767" attributes="0"/> 
     310                  <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/> 
     311                  <EmptySpace max="-2" attributes="0"/> 
     312                  <Component id="incidentPropertiesScrollPane" pref="118" max="32767" attributes="0"/> 
    312313                  <EmptySpace max="-2" attributes="0"/> 
    313314                  <Group type="103" groupAlignment="3" attributes="0"> 
    314315                      <Component id="addIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/> 
    315                       <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> 
     316                      <Component id="labelIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/> 
    316317                  </Group> 
    317318                  <EmptySpace max="-2" attributes="0"/> 
    318319                  <Group type="103" groupAlignment="3" attributes="0"> 
    319                       <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/> 
    320320                      <Component id="labelIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/> 
     321                      <Component id="txtIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/> 
    321322                  </Group> 
    322323                  <EmptySpace max="-2" attributes="0"/> 
     
    331332      </Layout> 
    332333      <SubComponents> 
    333         <Component class="javax.swing.JLabel" name="jLabel6"> 
     334        <Component class="javax.swing.JLabel" name="labelIncidentNumber"> 
    334335          <Properties> 
    335336            <Property name="text" type="java.lang.String" value="Incident Number: "/> 
    336337          </Properties> 
    337338        </Component> 
    338         <Component class="javax.swing.JLabel" name="jLabel8"> 
     339        <Component class="javax.swing.JLabel" name="labelIncidentName"> 
    339340          <Properties> 
    340341            <Property name="text" type="java.lang.String" value="Incident Name:"/> 
    341342          </Properties> 
    342343        </Component> 
    343         <Component class="javax.swing.JLabel" name="jLabel9"> 
     344        <Component class="javax.swing.JLabel" name="labelIncidentColor"> 
    344345          <Properties> 
    345346            <Property name="text" type="java.lang.String" value="Incident Color: "/> 
    346347          </Properties> 
    347348        </Component> 
    348         <Component class="javax.swing.JLabel" name="jLabel10"> 
     349        <Component class="javax.swing.JLabel" name="labelIncidentDescription"> 
    349350          <Properties> 
    350351            <Property name="text" type="java.lang.String" value="Incident Description:"/> 
    351352          </Properties> 
    352353        </Component> 
    353         <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 
     354        <Container class="javax.swing.JScrollPane" name="incidentPropertiesScrollPane"> 
    354355          <Properties> 
    355356            <Property name="horizontalScrollBarPolicy" type="int" value="31"/> 
     
    397398        <Component class="javax.swing.JTextField" name="addIncidentName"> 
    398399        </Component> 
    399         <Component class="javax.swing.JLabel" name="jLabel11"> 
     400        <Component class="javax.swing.JLabel" name="labelIncidentLength"> 
    400401          <Properties> 
    401402            <Property name="text" type="java.lang.String" value="Incident Length in Minutes: "/> 
    402403          </Properties> 
    403404        </Component> 
    404         <Component class="javax.swing.JLabel" name="jLabel12"> 
     405        <Component class="javax.swing.JLabel" name="labelIncidentStart"> 
    405406          <Properties> 
    406407            <Property name="text" type="java.lang.String" value="Incident Start Time in Minutes:"/> 
     
    414415          </Properties> 
    415416        </Component> 
    416         <Component class="javax.swing.JButton" name="jButton3"> 
     417        <Component class="javax.swing.JButton" name="btnChooseColor"> 
    417418          <Properties> 
    418419            <Property name="text" type="java.lang.String" value="Choose..."/> 
    419420          </Properties> 
    420421          <Events> 
    421             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/> 
     422            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnChooseColorActionPerformed"/> 
    422423          </Events> 
    423424        </Component> 
     
    430431          </Properties> 
    431432        </Component> 
    432         <Component class="javax.swing.JLabel" name="labelIncidentLength"> 
     433        <Component class="javax.swing.JLabel" name="txtIncidentLength"> 
    433434          <Properties> 
    434435            <Property name="horizontalAlignment" type="int" value="4"/> 
     
    454455                  <EmptySpace pref="21" max="32767" attributes="0"/> 
    455456                  <Group type="103" groupAlignment="1" attributes="0"> 
    456                       <Component id="jTextArea1" alignment="0" max="32767" attributes="1"/> 
     457                      <Component id="txtNoiseDescription" alignment="0" max="32767" attributes="1"/> 
    457458                      <Group type="103" alignment="1" groupAlignment="1" max="-2" attributes="0"> 
    458459                          <Group type="102" alignment="0" attributes="1"> 
    459                               <Component id="jButton1" min="-2" max="-2" attributes="0"/> 
     460                              <Component id="btnCancelNoise" min="-2" max="-2" attributes="0"/> 
    460461                              <EmptySpace max="32767" attributes="0"/> 
    461                               <Component id="jButton2" min="-2" max="-2" attributes="0"/> 
     462                              <Component id="btnGenerateNoise" min="-2" max="-2" attributes="0"/> 
    462463                          </Group> 
    463464                          <Group type="102" alignment="0" attributes="0"> 
    464465                              <Group type="103" groupAlignment="0" attributes="0"> 
    465466                                  <Group type="103" alignment="0" groupAlignment="1" attributes="0"> 
    466                                       <Component id="jLabel16" alignment="1" min="-2" max="-2" attributes="0"/> 
    467                                       <Component id="jLabel14" alignment="1" min="-2" pref="105" max="-2" attributes="0"/> 
    468                                       <Component id="jLabel15" alignment="1" min="-2" pref="105" max="-2" attributes="0"/> 
    469                                       <Component id="jLabel13" alignment="1" min="-2" pref="105" max="-2" attributes="0"/> 
     467                                      <Component id="labelBackgroundNoise" alignment="1" min="-2" max="-2" attributes="0"/> 
     468                                      <Component id="labelLaneClosures" alignment="1" min="-2" pref="105" max="-2" attributes="0"/> 
     469                                      <Component id="labelTMCALLogs" alignment="1" min="-2" pref="105" max="-2" attributes="0"/> 
     470                                      <Component id="labelRadioChatter" alignment="1" min="-2" pref="105" max="-2" attributes="0"/> 
    470471                                  </Group> 
    471                                   <Component id="jLabel17" alignment="0" min="-2" pref="81" max="-2" attributes="0"/> 
     472                                  <Component id="labelMinorEvents" alignment="0" min="-2" pref="81" max="-2" attributes="0"/> 
    472473                              </Group> 
    473474                              <EmptySpace min="-2" pref="4" max="-2" attributes="0"/> 
    474475                              <Group type="103" groupAlignment="0" max="-2" attributes="0"> 
    475                                   <Component id="jSlider1" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
    476                                   <Component id="jSlider2" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
    477                                   <Component id="jSlider3" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
    478                                   <Component id="jSlider5" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
    479                                   <Component id="jSlider4" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
     476                                  <Component id="radioChatterSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
     477                                  <Component id="laneClosuresSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
     478                                  <Component id="TMCALSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
     479                                  <Component id="minorEventsSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
     480                                  <Component id="backgroundNoiseSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/> 
    480481                                  <Group type="102" alignment="1" attributes="1"> 
    481                                       <Component id="jLabel20" min="-2" max="-2" attributes="0"/> 
     482                                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/> 
    482483                                      <EmptySpace max="32767" attributes="0"/> 
    483                                       <Component id="jLabel21" min="-2" max="-2" attributes="0"/> 
     484                                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/> 
    484485                                  </Group> 
    485486                              </Group> 
     
    495496              <Group type="102" alignment="1" attributes="0"> 
    496497                  <EmptySpace max="-2" attributes="0"/> 
    497                   <Component id="jTextArea1" pref="39" max="32767" attributes="0"/> 
     498                  <Component id="txtNoiseDescription" pref="39" max="32767" attributes="0"/> 
    498499                  <EmptySpace max="-2" attributes="0"/> 
    499500                  <Group type="103" groupAlignment="1" attributes="0"> 
    500                       <Component id="jLabel21" min="-2" max="-2" attributes="0"/> 
    501                       <Component id="jLabel20" min="-2" max="-2" attributes="0"/> 
     501                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/> 
     502                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/> 
    502503                  </Group> 
    503504                  <EmptySpace max="-2" attributes="0"/> 
    504505                  <Group type="103" groupAlignment="1" attributes="0"> 
    505                       <Component id="jLabel13" min="-2" pref="30" max="-2" attributes="1"/> 
    506                       <Component id="jSlider1" alignment="1" min="-2" pref="30" max="-2" attributes="1"/> 
     506                      <Component id="labelRadioChatter" min="-2" pref="30" max="-2" attributes="1"/> 
     507                      <Component id="radioChatterSlider" alignment="1" min="-2" pref="30" max="-2" attributes="1"/> 
    507508                  </Group> 
    508509                  <EmptySpace max="-2" attributes="0"/> 
    509510                  <Group type="103" groupAlignment="1" attributes="0"> 
    510                       <Component id="jLabel14" min="-2" pref="28" max="-2" attributes="1"/> 
    511                       <Component id="jSlider2" alignment="1" min="-2" pref="28" max="-2" attributes="1"/> 
     511                      <Component id="labelLaneClosures" min="-2" pref="28" max="-2" attributes="1"/> 
     512                      <Component id="laneClosuresSlider" alignment="1" min="-2" pref="28" max="-2" attributes="1"/> 
    512513                  </Group> 
    513514                  <EmptySpace max="-2" attributes="0"/> 
    514515                  <Group type="103" groupAlignment="1" max="-2" attributes="0"> 
    515                       <Component id="jLabel15" min="-2" max="-2" attributes="1"/> 
    516                       <Component id="jSlider3" alignment="1" min="-2" max="-2" attributes="1"/> 
     516                      <Component id="labelTMCALLogs" min="-2" max="-2" attributes="1"/> 
     517                      <Component id="TMCALSlider" alignment="1" min="-2" max="-2" attributes="1"/> 
    517518                  </Group> 
    518519                  <EmptySpace max="-2" attributes="0"/> 
    519520                  <Group type="103" groupAlignment="1" attributes="0"> 
    520                       <Component id="jSlider4" min="-2" pref="29" max="-2" attributes="1"/> 
    521                       <Component id="jLabel16" min="-2" pref="29" max="-2" attributes="1"/> 
    522                   </Group> 
    523                   <EmptySpace max="-2" attributes="0"/> 
    524                   <Group type="103" groupAlignment="0" attributes="0"> 
    525                       <Component id="jSlider5" min="-2" max="-2" attributes="1"/> 
    526                       <Component id="jLabel17" min="-2" max="-2" attributes="1"/> 
     521                      <Component id="backgroundNoiseSlider" min="-2" pref="29" max="-2" attributes="1"/> 
     522                      <Component id="labelBackgroundNoise" min="-2" pref="29" max="-2" attributes="1"/> 
     523                  </Group> 
     524                  <EmptySpace max="-2" attributes="0"/> 
     525                  <Group type="103" groupAlignment="0" attributes="0"> 
     526                      <Component id="minorEventsSlider" min="-2" max="-2" attributes="1"/> 
     527                      <Component id="labelMinorEvents" min="-2" max="-2" attributes="1"/> 
    527528                  </Group> 
    528529                  <EmptySpace type="separate" max="-2" attributes="0"/> 
    529530                  <Group type="103" groupAlignment="0" attributes="0"> 
    530                       <Component id="jButton1" min="-2" max="-2" attributes="0"/> 
    531                       <Component id="jButton2" min="-2" max="-2" attributes="0"/> 
     531                      <Component id="btnCancelNoise" min="-2" max="-2" attributes="0"/> 
     532                      <Component id="btnGenerateNoise" min="-2" max="-2" attributes="0"/> 
    532533                  </Group> 
    533534                  <EmptySpace max="-2" attributes="0"/> 
     
    537538      </Layout> 
    538539      <SubComponents> 
    539         <Component class="javax.swing.JLabel" name="jLabel13"> 
     540        <Component class="javax.swing.JLabel" name="labelRadioChatter"> 
    540541          <Properties> 
    541542            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 
     
    545546          </Properties> 
    546547        </Component> 
    547         <Component class="javax.swing.JSlider" name="jSlider1"> 
    548         </Component> 
    549         <Component class="javax.swing.JSlider" name="jSlider2"> 
    550         </Component> 
    551         <Component class="javax.swing.JLabel" name="jLabel14"> 
     548        <Component class="javax.swing.JSlider" name="radioChatterSlider"> 
     549        </Component> 
     550        <Component class="javax.swing.JSlider" name="laneClosuresSlider"> 
     551        </Component> 
     552        <Component class="javax.swing.JLabel" name="labelLaneClosures"> 
    552553          <Properties> 
    553554            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 
     
    557558          </Properties> 
    558559        </Component> 
    559         <Component class="javax.swing.JSlider" name="jSlider3"> 
    560         </Component> 
    561         <Component class="javax.swing.JLabel" name="jLabel15"> 
     560        <Component class="javax.swing.JSlider" name="TMCALSlider"> 
     561        </Component> 
     562        <Component class="javax.swing.JLabel" name="labelTMCALLogs"> 
    562563          <Properties> 
    563564            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 
     
    567568          </Properties> 
    568569        </Component> 
    569         <Component class="javax.swing.JTextArea" name="jTextArea1"> 
     570        <Component class="javax.swing.JTextArea" name="txtNoiseDescription"> 
    570571          <Properties> 
    571572            <Property name="editable" type="boolean" value="false"/> 
     
    589590          </Properties> 
    590591        </Component> 
    591         <Component class="javax.swing.JSlider" name="jSlider4"> 
    592         </Component> 
    593         <Component class="javax.swing.JLabel" name="jLabel16"> 
     592        <Component class="javax.swing.JSlider" name="backgroundNoiseSlider"> 
     593        </Component> 
     594        <Component class="javax.swing.JLabel" name="labelBackgroundNoise"> 
    594595          <Properties> 
    595596            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 
     
    599600          </Properties> 
    600601        </Component> 
    601         <Component class="javax.swing.JSlider" name="jSlider5"> 
    602         </Component> 
    603         <Component class="javax.swing.JLabel" name="jLabel17"> 
     602        <Component class="javax.swing.JSlider" name="minorEventsSlider"> 
     603        </Component> 
     604        <Component class="javax.swing.JLabel" name="labelMinorEvents"> 
    604605          <Properties> 
    605606            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 
     
    609610          </Properties> 
    610611        </Component> 
    611         <Component class="javax.swing.JButton" name="jButton1"> 
     612        <Component class="javax.swing.JButton" name="btnCancelNoise"> 
    612613          <Properties> 
    613614            <Property name="text" type="java.lang.String" value="Cancel"/> 
    614615          </Properties> 
    615616          <Events> 
    616             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> 
     617            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCancelNoiseActionPerformed"/> 
    617618          </Events> 
    618619        </Component> 
    619         <Component class="javax.swing.JButton" name="jButton2"> 
     620        <Component class="javax.swing.JButton" name="btnGenerateNoise"> 
    620621          <Properties> 
    621622            <Property name="text" type="java.lang.String" value="Generate"/> 
    622623          </Properties> 
    623624          <Events> 
    624             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/> 
     625            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnGenerateNoiseActionPerformed"/> 
    625626          </Events> 
    626627        </Component> 
    627         <Component class="javax.swing.JLabel" name="jLabel20"> 
     628        <Component class="javax.swing.JLabel" name="labelLeastFreq"> 
    628629          <Properties> 
    629630            <Property name="text" type="java.lang.String" value="Least Frequent"/> 
    630631          </Properties> 
    631632        </Component> 
    632         <Component class="javax.swing.JLabel" name="jLabel21"> 
     633        <Component class="javax.swing.JLabel" name="labelMostFreq"> 
    633634          <Properties> 
    634635            <Property name="text" type="java.lang.String" value="Most Frequent"/> 
Note: See TracChangeset for help on using the changeset viewer.