Changeset 187 in tmcsimulator-scriptbuilder for trunk/src/event/editor/TelephonePanel.form


Ignore:
Timestamp:
01/14/2020 06:49:40 AM (6 years ago)
Author:
jdalbey
Message:

TelephonePanel?.java deleted "Remove" button as it's function is not performed by the "Remove this event" button.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/TelephonePanel.form

    r145 r187  
    1919          <Group type="102" alignment="1" attributes="0"> 
    2020              <EmptySpace max="-2" attributes="0"/> 
    21               <Group type="103" groupAlignment="1" attributes="0"> 
    22                   <Component id="jScrollPane1" alignment="0" pref="602" max="32767" attributes="0"/> 
    23                   <Group type="102" alignment="0" attributes="0"> 
    24                       <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 
    25                       <EmptySpace max="-2" attributes="0"/> 
    26                       <Component id="txtInstructorRole" pref="478" max="32767" attributes="0"/> 
    27                   </Group> 
     21              <Group type="103" groupAlignment="0" attributes="0"> 
    2822                  <Group type="102" alignment="0" attributes="0"> 
    2923                      <Component id="addInstructorButton" min="-2" max="-2" attributes="0"/> 
     
    3226                      <EmptySpace type="unrelated" max="-2" attributes="0"/> 
    3327                      <Component id="deleteSelectedButton" min="-2" pref="178" max="-2" attributes="0"/> 
    34                       <EmptySpace pref="86" max="32767" attributes="0"/> 
     28                      <EmptySpace pref="133" max="32767" attributes="0"/> 
    3529                  </Group> 
    36                   <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/> 
     30                  <Group type="102" attributes="0"> 
     31                      <Group type="103" groupAlignment="1" attributes="0"> 
     32                          <Component id="jScrollPane1" alignment="0" pref="602" max="32767" attributes="0"/> 
     33                          <Group type="102" alignment="0" attributes="0"> 
     34                              <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 
     35                              <EmptySpace max="-2" attributes="0"/> 
     36                              <Component id="txtInstructorRole" pref="478" max="32767" attributes="0"/> 
     37                          </Group> 
     38                      </Group> 
     39                      <EmptySpace min="-2" pref="26" max="-2" attributes="0"/> 
     40                  </Group> 
    3741              </Group> 
    38               <EmptySpace min="-2" pref="26" max="-2" attributes="0"/> 
    3942          </Group> 
    4043      </Group> 
     
    4346      <Group type="103" groupAlignment="0" attributes="0"> 
    4447          <Group type="102" alignment="0" attributes="0"> 
    45               <EmptySpace max="-2" attributes="0"/> 
    46               <Component id="removeButton" min="-2" max="-2" attributes="0"/> 
    47               <EmptySpace max="-2" attributes="0"/> 
     48              <EmptySpace min="-2" pref="49" max="-2" attributes="0"/> 
    4849              <Group type="103" groupAlignment="3" attributes="0"> 
    4950                  <Component id="txtInstructorRole" alignment="3" min="-2" max="-2" attributes="0"/> 
     
    8485        <Property name="toolTipText" type="java.lang.String" value="Deletes the selected row in the table"/> 
    8586      </Properties> 
    86       <Events> 
    87         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="deleteSelectedButtonActionPerformed"/> 
    88       </Events> 
    8987    </Component> 
    9088    <Component class="javax.swing.JButton" name="addInstructorButton"> 
     
    107105      </Properties> 
    108106    </Component> 
    109     <Component class="javax.swing.JButton" name="removeButton"> 
    110       <Properties> 
    111         <Property name="text" type="java.lang.String" value="Remove"/> 
    112         <Property name="toolTipText" type="java.lang.String" value="Removes this property"/> 
    113       </Properties> 
    114       <Events> 
    115         <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeThisProperty"/> 
    116         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeButtonActionPerformed"/> 
    117       </Events> 
    118     </Component> 
    119107  </SubComponents> 
    120108</Form> 
Note: See TracChangeset for help on using the changeset viewer.