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

    r1 r92  
    2323                  <Group type="102" alignment="1" attributes="0"> 
    2424                      <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 
    25                       <EmptySpace pref="330" max="32767" attributes="0"/> 
    26                       <Component id="removeButton" min="-2" max="-2" attributes="0"/> 
     25                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/> 
    2726                  </Group> 
    2827              </Group> 
     
    3433      <Group type="103" groupAlignment="0" attributes="0"> 
    3534          <Group type="102" alignment="0" attributes="0"> 
    36               <EmptySpace max="-2" attributes="0"/> 
    37               <Group type="103" groupAlignment="1" attributes="0"> 
    38                   <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/> 
    39                   <Component id="jLabel1" alignment="1" min="-2" max="-2" attributes="0"/> 
    40               </Group> 
     35              <EmptySpace min="-2" pref="19" max="-2" attributes="0"/> 
     36              <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 
    4137              <EmptySpace max="-2" attributes="0"/> 
    4238              <Component id="jScrollPane1" pref="120" max="32767" attributes="0"/> 
     
    4743  </Layout> 
    4844  <SubComponents> 
    49     <Component class="javax.swing.JButton" name="removeButton"> 
    50       <Properties> 
    51         <Property name="text" type="java.lang.String" value="Remove"/> 
    52       </Properties> 
    53       <Events> 
    54         <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeButtonremoveThisProperty"/> 
    55       </Events> 
    56     </Component> 
    5745    <Component class="javax.swing.JLabel" name="jLabel1"> 
    5846      <Properties> 
Note: See TracChangeset for help on using the changeset viewer.