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

    r1 r92  
    3030                      <Group type="103" groupAlignment="0" attributes="0"> 
    3131                          <Component id="jScrollPane1" alignment="0" max="32767" attributes="0"/> 
    32                           <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/> 
    3332                          <Group type="102" alignment="0" attributes="0"> 
    3433                              <Group type="103" groupAlignment="0" attributes="0"> 
     
    5453      <Group type="103" groupAlignment="0" attributes="0"> 
    5554          <Group type="102" alignment="0" attributes="0"> 
    56               <EmptySpace min="-2" pref="17" max="-2" attributes="0"/> 
    57               <Component id="removeButton" min="-2" max="-2" attributes="0"/> 
    58               <EmptySpace max="-2" attributes="0"/> 
     55              <EmptySpace min="-2" pref="52" max="-2" attributes="0"/> 
    5956              <Group type="103" groupAlignment="3" attributes="0"> 
    6057                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 
     
    8481  </Layout> 
    8582  <SubComponents> 
    86     <Component class="javax.swing.JButton" name="removeButton"> 
    87       <Properties> 
    88         <Property name="text" type="java.lang.String" value="Remove"/> 
    89         <Property name="toolTipText" type="java.lang.String" value="Removes this property"/> 
    90       </Properties> 
    91       <Events> 
    92         <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeButtonremoveThisProperty"/> 
    93       </Events> 
    94     </Component> 
    9583    <Component class="javax.swing.JLabel" name="jLabel3"> 
    9684      <Properties> 
Note: See TracChangeset for help on using the changeset viewer.