Changeset 121 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/IncidentEditorFrame.form


Ignore:
Timestamp:
09/19/2017 01:15:08 PM (9 years ago)
Author:
bmcguffin
Message:

Removed select button. Added ability to deselect event buttons by clicking on them a second time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/gui/IncidentEditorFrame.form

    r118 r121  
    448448              <Group type="103" groupAlignment="0" attributes="0"> 
    449449                  <Group type="102" alignment="0" attributes="0"> 
    450                       <Component id="selectButton" min="-2" pref="40" max="-2" attributes="0"/> 
    451                       <EmptySpace max="-2" attributes="0"/> 
     450                      <EmptySpace min="-2" pref="46" max="-2" attributes="0"/> 
    452451                      <Component id="incidentEventsPanel" min="-2" max="-2" attributes="0"/> 
    453452                      <EmptySpace max="-2" attributes="0"/> 
     
    484483                          <Component id="evaluationEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/> 
    485484                          <Component id="incidentEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/> 
    486                           <Group type="102" alignment="0" attributes="0"> 
    487                               <EmptySpace min="-2" pref="47" max="-2" attributes="0"/> 
    488                               <Component id="selectButton" min="-2" pref="55" max="-2" attributes="1"/> 
    489                           </Group> 
    490485                      </Group> 
    491486                  </Group> 
     
    796791      </SubComponents> 
    797792    </Container> 
    798     <Component class="javax.swing.JButton" name="selectButton"> 
    799       <Properties> 
    800         <Property name="toolTipText" type="java.lang.String" value="Select"/> 
    801         <Property name="focusPainted" type="boolean" value="false"/> 
    802         <Property name="iconTextGap" type="int" value="0"/> 
    803         <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    804           <Insets value="[2, 10, 2, 10]"/> 
    805         </Property> 
    806         <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    807           <Dimension value="[30, 25]"/> 
    808         </Property> 
    809       </Properties> 
    810       <Events> 
    811         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/> 
    812       </Events> 
    813     </Component> 
    814793    <Container class="javax.swing.JPanel" name="incidentEventsPanel"> 
    815794      <Properties> 
Note: See TracChangeset for help on using the changeset viewer.