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

    r1 r92  
    2020              <EmptySpace max="-2" attributes="0"/> 
    2121              <Group type="103" groupAlignment="0" attributes="0"> 
    22                   <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/> 
    2322                  <Component id="help" alignment="1" pref="565" max="32767" attributes="0"/> 
    2423                  <Group type="102" alignment="0" attributes="0"> 
     
    5251      <Group type="103" groupAlignment="0" attributes="0"> 
    5352          <Group type="102" alignment="0" attributes="0"> 
    54               <EmptySpace max="-2" attributes="0"/> 
    55               <Component id="removeButton" min="-2" max="-2" attributes="0"/> 
    56               <EmptySpace type="unrelated" max="-2" attributes="0"/> 
     53              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/> 
    5754              <Group type="103" groupAlignment="3" attributes="0"> 
    5855                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 
     
    9289        <Property name="toolTipText" type="java.lang.String" value=""/> 
    9390      </Properties> 
    94     </Component> 
    95     <Component class="javax.swing.JButton" name="removeButton"> 
    96       <Properties> 
    97         <Property name="text" type="java.lang.String" value="Remove"/> 
    98       </Properties> 
    99       <Events> 
    100         <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeThisProperty"/> 
    101       </Events> 
    10291    </Component> 
    10392    <Component class="javax.swing.JLabel" name="jLabel2"> 
Note: See TracChangeset for help on using the changeset viewer.