- Timestamp:
- 02/08/2019 05:25:08 PM (7 years ago)
- Location:
- trunk/src/atmsdriver/trafficeventseditor
- Files:
-
- 2 edited
-
TrafficEventsEditor.form (modified) (3 diffs)
-
TrafficEventsEditor.java (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/trafficeventseditor/TrafficEventsEditor.form
r239 r247 180 180 <DimensionLayout dim="1"> 181 181 <Group type="103" groupAlignment="0" attributes="0"> 182 <Component id="StationScrollPane" alignment="0" pref=" 221" max="32767" attributes="0"/>182 <Component id="StationScrollPane" alignment="0" pref="0" max="32767" attributes="0"/> 183 183 </Group> 184 184 </DimensionLayout> … … 361 361 <Component id="CurrentLoopDetectorDescLabel" alignment="3" min="-2" max="-2" attributes="0"/> 362 362 </Group> 363 <EmptySpace pref="12"max="32767" attributes="0"/>363 <EmptySpace max="32767" attributes="0"/> 364 364 </Group> 365 365 </Group> … … 743 743 <Group type="103" groupAlignment="0" attributes="0"> 744 744 <Group type="102" attributes="0"> 745 <Component id="TimeFrameScrollPane" min="-2" pref=" 238" max="-2" attributes="0"/>745 <Component id="TimeFrameScrollPane" min="-2" pref="170" max="-2" attributes="0"/> 746 746 <EmptySpace max="-2" attributes="0"/> 747 747 <Component id="jPanel10" max="32767" attributes="0"/> 748 <EmptySpace min="-2" pref="76" max="-2" attributes="0"/> 748 749 </Group> 749 750 </Group> -
trunk/src/atmsdriver/trafficeventseditor/TrafficEventsEditor.java
r240 r247 452 452 jPanel4Layout.setVerticalGroup( 453 453 jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 454 .addComponent(StationScrollPane, javax.swing.GroupLayout. DEFAULT_SIZE, 221, Short.MAX_VALUE)454 .addComponent(StationScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE) 455 455 ); 456 456 … … 614 614 .addComponent(jLabel8) 615 615 .addComponent(CurrentLoopDetectorDescLabel)) 616 .addContainerGap( 12, Short.MAX_VALUE))616 .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) 617 617 ); 618 618 … … 834 834 jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) 835 835 .addGroup(jPanel3Layout.createSequentialGroup() 836 .addComponent(TimeFrameScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 238, javax.swing.GroupLayout.PREFERRED_SIZE) 837 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) 838 .addComponent(jPanel10, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) 836 .addComponent(TimeFrameScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 170, javax.swing.GroupLayout.PREFERRED_SIZE) 837 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) 838 .addComponent(jPanel10, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) 839 .addGap(76, 76, 76)) 839 840 ); 840 841
Note: See TracChangeset
for help on using the changeset viewer.
