Changeset 92 in tmcsimulator-scriptbuilder for trunk/src/event/editor/CCTVPanel.form


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

Removed superfluous "Remove" buttons on several panels.

Removed interface "RemovablePanel?" as it was no longer necessary or useful; removed related methods from classes implementing it.

File:
1 edited

Legend:

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

    r50 r92  
    2121              <Group type="103" groupAlignment="0" attributes="0"> 
    2222                  <Component id="help" alignment="1" pref="540" max="32767" attributes="0"/> 
    23                   <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/> 
    2423                  <Group type="102" alignment="0" attributes="0"> 
    2524                      <Group type="103" groupAlignment="0" attributes="0"> 
     
    4342      <Group type="103" groupAlignment="0" attributes="0"> 
    4443          <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 type="unrelated" max="-2" attributes="0"/> 
     44              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/> 
    4845              <Group type="103" groupAlignment="3" attributes="0"> 
    4946                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 
     
    6865  </Layout> 
    6966  <SubComponents> 
    70     <Component class="javax.swing.JButton" name="removeButton"> 
    71       <Properties> 
    72         <Property name="text" type="java.lang.String" value="Remove"/> 
    73       </Properties> 
    74       <Events> 
    75         <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeButtonremoveThisProperty"/> 
    76         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeButtonActionPerformed"/> 
    77       </Events> 
    78     </Component> 
    7967    <Component class="javax.swing.JLabel" name="jLabel1"> 
    8068      <Properties> 
Note: See TracChangeset for help on using the changeset viewer.