Changeset 166 in tmcsimulator-scriptbuilder for trunk/src/event/editor/frame/Editor.form


Ignore:
Timestamp:
12/16/2019 02:57:51 PM (6 years ago)
Author:
sdanthin
Message:

Editor.java removed legacy time text box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/frame/Editor.form

    r165 r166  
    276276          <Component id="eventTabsPane" alignment="1" max="32767" attributes="0"/> 
    277277          <Group type="102" alignment="0" attributes="0"> 
    278               <EmptySpace max="-2" attributes="0"/> 
    279               <Component id="txtEventStart" min="-2" max="-2" attributes="0"/> 
    280               <EmptySpace max="-2" attributes="0"/> 
     278              <EmptySpace min="-2" pref="84" max="-2" attributes="0"/> 
    281279              <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 
    282280              <EmptySpace max="-2" attributes="0"/> 
     
    309307                  <Component id="bottomFramePanel" min="-2" max="-2" attributes="0"/> 
    310308                  <Group type="103" groupAlignment="3" attributes="0"> 
    311                       <Component id="txtEventStart" alignment="3" min="-2" max="-2" attributes="0"/> 
    312309                      <Component id="timeSecondComboSelector" alignment="3" min="-2" max="-2" attributes="0"/> 
    313310                      <Component id="timeMinuteComboSelector" alignment="3" min="-2" max="-2" attributes="0"/> 
     
    346343      </Layout> 
    347344    </Container> 
    348     <Component class="javax.swing.JTextField" name="txtEventStart"> 
    349       <Properties> 
    350         <Property name="text" type="java.lang.String" value="00:00:00"/> 
    351       </Properties> 
    352       <Events> 
    353         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtEventStartActionPerformed"/> 
    354       </Events> 
    355     </Component> 
    356345    <Component class="javax.swing.JButton" name="saveCloseBtn"> 
    357346      <Properties> 
Note: See TracChangeset for help on using the changeset viewer.