Warning: Can't use blame annotator:
svn blame failed on trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form @ 190

Revision 190, 9.7 KB checked in by sdanthin, 6 years ago (diff)

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

RevLine 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<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>
7  <SyntheticProperties>
8    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
9    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
10  </SyntheticProperties>
11  <AuxValues>
12    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
13    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
14    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
15    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
16    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
17    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
18    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
19    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
20    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
21  </AuxValues>
22
23  <Layout>
24    <DimensionLayout dim="0">
25      <Group type="103" groupAlignment="0" attributes="0">
26          <Component id="jPanel1" max="32767" attributes="0"/>
27          <Component id="jPanel2" alignment="0" max="32767" attributes="0"/>
28          <Component id="jPanel3" alignment="0" max="32767" attributes="0"/>
29          <Group type="102" attributes="0">
30              <EmptySpace max="-2" attributes="0"/>
31              <Component id="scrollAddPanels" pref="687" max="32767" attributes="0"/>
32              <EmptySpace max="-2" attributes="0"/>
33          </Group>
34      </Group>
35    </DimensionLayout>
36    <DimensionLayout dim="1">
37      <Group type="103" groupAlignment="0" attributes="0">
38          <Group type="102" alignment="0" attributes="0">
39              <Component id="jPanel1" min="-2" max="-2" attributes="0"/>
40              <EmptySpace max="-2" attributes="0"/>
41              <Component id="jPanel2" min="-2" max="-2" attributes="0"/>
42              <EmptySpace max="-2" attributes="0"/>
43              <Component id="scrollAddPanels" pref="437" max="32767" attributes="0"/>
44              <EmptySpace max="-2" attributes="0"/>
45              <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
46          </Group>
47      </Group>
48    </DimensionLayout>
49  </Layout>
50  <SubComponents>
51    <Container class="javax.swing.JPanel" name="jPanel1">
52
53      <Layout>
54        <DimensionLayout dim="0">
55          <Group type="103" groupAlignment="0" 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"/>
60              </Group>
61          </Group>
62        </DimensionLayout>
63        <DimensionLayout dim="1">
64          <Group type="103" groupAlignment="0" attributes="0">
65              <Group type="102" attributes="0">
66                  <EmptySpace max="-2" attributes="0"/>
67                  <Component id="btnCreateIncident" min="-2" max="-2" attributes="0"/>
68                  <EmptySpace max="32767" attributes="0"/>
69              </Group>
70          </Group>
71        </DimensionLayout>
72      </Layout>
73      <SubComponents>
74        <Component class="javax.swing.JButton" name="btnCreateIncident">
75          <Properties>
76            <Property name="text" type="java.lang.String" value="Create New Incident..."/>
77          </Properties>
78          <Events>
79            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCreateIncidentActionPerformed"/>
80          </Events>
81        </Component>
82      </SubComponents>
83    </Container>
84    <Container class="javax.swing.JPanel" name="jPanel2">
85
86      <Layout>
87        <DimensionLayout dim="0">
88          <Group type="103" groupAlignment="0" attributes="0">
89              <Group type="102" alignment="0" attributes="0">
90                  <EmptySpace max="-2" attributes="0"/>
91                  <Component id="jScrollPane2" min="-2" max="-2" attributes="0"/>
92                  <EmptySpace max="-2" attributes="0"/>
93                  <Component id="labelIncidentCount" max="32767" attributes="0"/>
94                  <EmptySpace max="-2" attributes="0"/>
95              </Group>
96          </Group>
97        </DimensionLayout>
98        <DimensionLayout dim="1">
99          <Group type="103" groupAlignment="0" attributes="0">
100              <Component id="jScrollPane2" min="-2" pref="118" max="-2" attributes="0"/>
101              <Component id="labelIncidentCount" min="-2" pref="118" max="-2" attributes="0"/>
102          </Group>
103        </DimensionLayout>
104      </Layout>
105      <SubComponents>
106        <Container class="javax.swing.JScrollPane" name="jScrollPane2">
107          <AuxValues>
108            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
109          </AuxValues>
110
111          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
112          <SubComponents>
113            <Component class="javax.swing.JTable" name="tableCurrentIncidents">
114              <Properties>
115                <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
116                  <Table columnCount="3" rowCount="11">
117                    <Column editable="false" title="Incident #" type="java.lang.Integer"/>
118                    <Column editable="false" title="Start Time" type="java.lang.String"/>
119                    <Column editable="false" title="Title" type="java.lang.String"/>
120                  </Table>
121                </Property>
122                <Property name="toolTipText" type="java.lang.String" value=""/>
123                <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
124                  <TableColumnModel selectionModel="0">
125                    <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
126                      <Title/>
127                      <Editor/>
128                      <Renderer/>
129                    </Column>
130                    <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
131                      <Title/>
132                      <Editor/>
133                      <Renderer/>
134                    </Column>
135                    <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
136                      <Title/>
137                      <Editor/>
138                      <Renderer/>
139                    </Column>
140                  </TableColumnModel>
141                </Property>
142                <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
143                  <TableHeader reorderingAllowed="false" resizingAllowed="true"/>
144                </Property>
145              </Properties>
146            </Component>
147          </SubComponents>
148        </Container>
149        <Component class="javax.swing.JLabel" name="labelIncidentCount">
150        </Component>
151      </SubComponents>
152    </Container>
153    <Container class="javax.swing.JScrollPane" name="scrollAddPanels">
154      <Properties>
155        <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
156          <Dimension value="[99999, 99999]"/>
157        </Property>
158        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
159          <Dimension value="[566, 387]"/>
160        </Property>
161        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
162          <Dimension value="[566, 387]"/>
163        </Property>
164      </Properties>
165
166      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
167    </Container>
168    <Container class="javax.swing.JPanel" name="jPanel3">
169
170      <Layout>
171        <DimensionLayout dim="0">
172          <Group type="103" groupAlignment="0" attributes="0">
173              <Group type="102" alignment="1" attributes="0">
174                  <EmptySpace max="-2" attributes="0"/>
175                  <Component id="labelFileCount" max="32767" attributes="0"/>
176                  <EmptySpace max="-2" attributes="0"/>
177                  <Component id="btnClosePalette" min="-2" max="-2" attributes="0"/>
178                  <EmptySpace max="-2" attributes="0"/>
179              </Group>
180          </Group>
181        </DimensionLayout>
182        <DimensionLayout dim="1">
183          <Group type="103" groupAlignment="0" attributes="0">
184              <Group type="103" groupAlignment="3" attributes="0">
185                  <Component id="btnClosePalette" alignment="3" min="-2" max="-2" attributes="0"/>
186                  <Component id="labelFileCount" alignment="3" min="-2" max="-2" attributes="0"/>
187              </Group>
188          </Group>
189        </DimensionLayout>
190      </Layout>
191      <SubComponents>
192        <Component class="javax.swing.JButton" name="btnClosePalette">
193          <Properties>
194            <Property name="text" type="java.lang.String" value="Done"/>
195          </Properties>
196          <Events>
197            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnClosePaletteActionPerformed"/>
198          </Events>
199        </Component>
200        <Component class="javax.swing.JLabel" name="labelFileCount">
201        </Component>
202      </SubComponents>
203    </Container>
204  </SubComponents>
205</Form>
Note: See TracBrowser for help on using the repository browser.