Changeset 190 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form


Ignore:
Timestamp:
01/20/2020 06:28:53 PM (6 years ago)
Author:
sdanthin
Message:

incidentPaletteFrame.java Fixed GUI relating to Create new button. See ticket #219

File:
1 edited

Legend:

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

    r127 r190  
    22 
    33<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> 
     4  <Properties> 
     5    <Property name="title" type="java.lang.String" value="Incident Palette"/> 
     6  </Properties> 
    47  <SyntheticProperties> 
    58    <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 
     
    5154        <DimensionLayout dim="0"> 
    5255          <Group type="103" groupAlignment="0" attributes="0"> 
    53               <Group type="102" alignment="1" attributes="0"> 
    54                   <EmptySpace max="-2" attributes="0"/> 
    55                   <Component id="txtSearchFilter" max="32767" attributes="0"/> 
    56                   <EmptySpace max="-2" attributes="0"/> 
    57                   <Component id="btnCreateIncident" min="-2" pref="123" max="-2" attributes="0"/> 
    58                   <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> 
     56              <Group type="102" alignment="0" attributes="0"> 
     57                  <EmptySpace max="-2" attributes="0"/> 
     58                  <Component id="btnCreateIncident" min="-2" max="-2" attributes="0"/> 
     59                  <EmptySpace max="32767" attributes="0"/> 
    5960              </Group> 
    6061          </Group> 
     
    6465              <Group type="102" attributes="0"> 
    6566                  <EmptySpace max="-2" attributes="0"/> 
    66                   <Group type="103" groupAlignment="3" attributes="0"> 
    67                       <Component id="txtSearchFilter" alignment="3" min="-2" max="-2" attributes="0"/> 
    68                       <Component id="btnCreateIncident" alignment="3" min="-2" max="-2" attributes="0"/> 
    69                   </Group> 
     67                  <Component id="btnCreateIncident" min="-2" max="-2" attributes="0"/> 
    7068                  <EmptySpace max="32767" attributes="0"/> 
    7169              </Group> 
     
    7674        <Component class="javax.swing.JButton" name="btnCreateIncident"> 
    7775          <Properties> 
    78             <Property name="text" type="java.lang.String" value="Create New..."/> 
     76            <Property name="text" type="java.lang.String" value="Create New Incident..."/> 
    7977          </Properties> 
    8078          <Events> 
    8179            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCreateIncidentActionPerformed"/> 
    82           </Events> 
    83         </Component> 
    84         <Component class="javax.swing.JTextField" name="txtSearchFilter"> 
    85           <Events> 
    86             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtSearchFilterActionPerformed"/> 
    8780          </Events> 
    8881        </Component> 
Note: See TracChangeset for help on using the changeset viewer.