source: tmcsimulator/trunk/src/atmsdriver/TrafficEventsAnimator.form @ 232

Revision 232, 2.8 KB checked in by jdalbey, 8 years ago (diff)

TrafficEventsAnimator?.java Fix monospace font to Courier New.

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4  <AuxValues>
5    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
6    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
7    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
8    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
9    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
10    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
11    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
12    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
13    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
14  </AuxValues>
15
16  <Layout>
17    <DimensionLayout dim="0">
18      <Group type="103" groupAlignment="0" attributes="0">
19          <Group type="102" alignment="1" attributes="0">
20              <Component id="scrollBar" min="-2" pref="24" max="-2" attributes="0"/>
21              <EmptySpace max="-2" attributes="0"/>
22              <Component id="jScrollPane1" pref="388" max="32767" attributes="0"/>
23          </Group>
24      </Group>
25    </DimensionLayout>
26    <DimensionLayout dim="1">
27      <Group type="103" groupAlignment="0" attributes="0">
28          <Component id="jScrollPane1" pref="300" max="32767" attributes="0"/>
29          <Component id="scrollBar" alignment="0" max="32767" attributes="0"/>
30      </Group>
31    </DimensionLayout>
32  </Layout>
33  <SubComponents>
34    <Component class="javax.swing.JScrollBar" name="scrollBar">
35      <Events>
36        <EventHandler event="adjustmentValueChanged" listener="java.awt.event.AdjustmentListener" parameters="java.awt.event.AdjustmentEvent" handler="scrollbarValueChanged"/>
37      </Events>
38    </Component>
39    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
40      <AuxValues>
41        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
42      </AuxValues>
43
44      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
45      <SubComponents>
46        <Component class="javax.swing.JTextArea" name="txtDisplay">
47          <Properties>
48            <Property name="columns" type="int" value="20"/>
49            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
50              <Font name="Courier New" size="15" style="0"/>
51            </Property>
52            <Property name="rows" type="int" value="5"/>
53          </Properties>
54        </Component>
55      </SubComponents>
56    </Container>
57  </SubComponents>
58</Form>
Note: See TracBrowser for help on using the repository browser.