Changeset 183 in tmcsimulator for trunk/src/tmcsim/client/ATMSBatchViewer.form


Ignore:
Timestamp:
10/28/2017 03:51:23 PM (9 years ago)
Author:
jdalbey
Message:

ATMSBatchDriver.java Enhanced to automatically sort events chronologically (using new class TrafficEvent?).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/ATMSBatchViewer.form

    r168 r183  
    2626      <Group type="103" groupAlignment="0" attributes="0"> 
    2727          <Group type="102" alignment="0" attributes="0"> 
    28               <Group type="103" groupAlignment="1" max="-2" attributes="0"> 
    29                   <Group type="102" alignment="0" attributes="0"> 
    30                       <EmptySpace max="-2" attributes="0"/> 
    31                       <Component id="jScrollPane1" min="-2" pref="211" max="-2" attributes="0"/> 
    32                       <EmptySpace max="-2" attributes="0"/> 
     28              <EmptySpace min="-2" pref="1" max="-2" attributes="0"/> 
     29              <Group type="103" groupAlignment="0" max="-2" attributes="0"> 
     30                  <Group type="102" attributes="0"> 
     31                      <EmptySpace min="12" pref="12" max="-2" attributes="0"/> 
    3332                      <Component id="pnlIncidents" max="32767" attributes="0"/> 
    3433                  </Group> 
    3534                  <Component id="pnlEvents" min="-2" max="-2" attributes="0"/> 
    3635              </Group> 
    37               <EmptySpace min="0" pref="27" max="32767" attributes="0"/> 
     36              <EmptySpace min="0" pref="26" max="32767" attributes="0"/> 
    3837          </Group> 
    3938      </Group> 
     
    4443              <Component id="pnlEvents" min="-2" max="-2" attributes="0"/> 
    4544              <EmptySpace max="-2" attributes="0"/> 
    46               <Group type="103" groupAlignment="0" attributes="0"> 
    47                   <Component id="pnlIncidents" max="32767" attributes="0"/> 
    48                   <Group type="102" attributes="0"> 
    49                       <Component id="jScrollPane1" min="-2" pref="179" max="-2" attributes="0"/> 
    50                       <EmptySpace min="0" pref="0" max="32767" attributes="0"/> 
    51                   </Group> 
    52               </Group> 
     45              <Component id="pnlIncidents" max="32767" attributes="0"/> 
    5346              <EmptySpace max="-2" attributes="0"/> 
    5447          </Group> 
     
    130123          <Group type="103" groupAlignment="0" attributes="0"> 
    131124              <Group type="102" attributes="0"> 
    132                   <Component id="btnClear" min="-2" max="-2" attributes="0"/> 
     125                  <Group type="103" groupAlignment="0" attributes="0"> 
     126                      <Component id="btnClear" min="-2" max="-2" attributes="0"/> 
     127                      <Component id="jScrollPane1" min="-2" pref="211" max="-2" attributes="0"/> 
     128                  </Group> 
    133129                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/> 
    134130              </Group> 
     
    138134          <Group type="103" groupAlignment="0" attributes="0"> 
    139135              <Group type="102" alignment="1" attributes="0"> 
    140                   <EmptySpace min="-2" pref="185" max="-2" attributes="0"/> 
     136                  <EmptySpace max="-2" attributes="0"/> 
     137                  <Component id="jScrollPane1" min="-2" pref="179" max="-2" attributes="0"/> 
     138                  <EmptySpace max="-2" attributes="0"/> 
    141139                  <Component id="btnClear" min="-2" max="-2" attributes="0"/> 
    142140                  <EmptySpace max="32767" attributes="0"/> 
     
    146144      </Layout> 
    147145      <SubComponents> 
     146        <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 
     147          <AuxValues> 
     148            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 
     149          </AuxValues> 
     150 
     151          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 
     152          <SubComponents> 
     153            <Component class="javax.swing.JList" name="lstIncidents"> 
     154              <Properties> 
     155                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 
     156                  <Font name="Noto Mono" size="15" style="0"/> 
     157                </Property> 
     158                <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> 
     159                  <StringArray count="5"> 
     160                    <StringItem index="0" value="Item 1"/> 
     161                    <StringItem index="1" value="Item 2"/> 
     162                    <StringItem index="2" value="Item 3"/> 
     163                    <StringItem index="3" value="Item 4"/> 
     164                    <StringItem index="4" value="Item 5"/> 
     165                  </StringArray> 
     166                </Property> 
     167                <Property name="selectionMode" type="int" value="0"/> 
     168              </Properties> 
     169              <AuxValues> 
     170                <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/> 
     171              </AuxValues> 
     172            </Component> 
     173          </SubComponents> 
     174        </Container> 
    148175        <Component class="javax.swing.JButton" name="btnClear"> 
    149176          <Properties> 
     
    156183      </SubComponents> 
    157184    </Container> 
    158     <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 
    159       <AuxValues> 
    160         <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 
    161       </AuxValues> 
    162  
    163       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 
    164       <SubComponents> 
    165         <Component class="javax.swing.JList" name="lstIncidents"> 
    166           <Properties> 
    167             <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 
    168               <Font name="Noto Mono" size="15" style="0"/> 
    169             </Property> 
    170             <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> 
    171               <StringArray count="5"> 
    172                 <StringItem index="0" value="Item 1"/> 
    173                 <StringItem index="1" value="Item 2"/> 
    174                 <StringItem index="2" value="Item 3"/> 
    175                 <StringItem index="3" value="Item 4"/> 
    176                 <StringItem index="4" value="Item 5"/> 
    177               </StringArray> 
    178             </Property> 
    179             <Property name="selectionMode" type="int" value="0"/> 
    180           </Properties> 
    181           <AuxValues> 
    182             <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/> 
    183           </AuxValues> 
    184         </Component> 
    185       </SubComponents> 
    186     </Container> 
    187185  </SubComponents> 
    188186</Form> 
Note: See TracChangeset for help on using the changeset viewer.