Changeset 92 in tmcsimulator-scriptbuilder for trunk/src/event/editor/ParamicsPanel.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/ParamicsPanel.form

    r1 r92  
    4949                      </Group> 
    5050                  </Group> 
    51                   <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/> 
    5251                  <Group type="102" alignment="0" attributes="0"> 
    5352                      <Group type="103" groupAlignment="0" attributes="0"> 
     
    7069      <Group type="103" groupAlignment="0" attributes="0"> 
    7170          <Group type="102" attributes="0"> 
    72               <EmptySpace max="-2" attributes="0"/> 
    73               <Component id="removeButton" min="-2" max="-2" attributes="0"/> 
    74               <EmptySpace max="-2" attributes="0"/> 
     71              <EmptySpace min="-2" pref="41" max="-2" attributes="0"/> 
    7572              <Group type="103" groupAlignment="3" attributes="0"> 
    7673                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 
     
    128125  </Layout> 
    129126  <SubComponents> 
    130     <Component class="javax.swing.JButton" name="removeButton"> 
    131       <Properties> 
    132         <Property name="text" type="java.lang.String" value="Remove"/> 
    133       </Properties> 
    134       <Events> 
    135         <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeThisProperty"/> 
    136       </Events> 
    137     </Component> 
    138127    <Component class="javax.swing.JLabel" name="jLabel1"> 
    139128      <Properties> 
Note: See TracChangeset for help on using the changeset viewer.