]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/tools/ObjToMap/objtomap/JFrameMain.form
initial checkin from nexuiz svn r8756
[xonotic/xonotic.git] / misc / tools / ObjToMap / objtomap / JFrameMain.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4   <Properties>
5     <Property name="defaultCloseOperation" type="int" value="3"/>
6     <Property name="title" type="java.lang.String" value="ObjToMap"/>
7   </Properties>
8   <SyntheticProperties>
9     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
10   </SyntheticProperties>
11   <AuxValues>
12     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
13     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
14     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
15     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
16     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
17   </AuxValues>
18
19   <Layout>
20     <DimensionLayout dim="0">
21       <Group type="103" groupAlignment="0" attributes="0">
22           <Group type="102" alignment="1" attributes="0">
23               <EmptySpace max="-2" attributes="0"/>
24               <Group type="103" groupAlignment="1" attributes="0">
25                   <Component id="jPanel4" alignment="0" max="32767" attributes="0"/>
26                   <Component id="jPanel3" alignment="0" max="32767" attributes="0"/>
27                   <Component id="jPanel2" alignment="0" max="32767" attributes="0"/>
28                   <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
29                   <Component id="jButtonStart" alignment="1" min="-2" max="-2" attributes="0"/>
30               </Group>
31               <EmptySpace max="-2" attributes="0"/>
32           </Group>
33       </Group>
34     </DimensionLayout>
35     <DimensionLayout dim="1">
36       <Group type="103" groupAlignment="0" attributes="0">
37           <Group type="102" alignment="0" attributes="0">
38               <EmptySpace max="-2" 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="jPanel3" min="-2" max="-2" attributes="0"/>
44               <EmptySpace max="-2" attributes="0"/>
45               <Component id="jPanel4" max="32767" attributes="0"/>
46               <EmptySpace max="-2" attributes="0"/>
47               <Component id="jButtonStart" min="-2" max="-2" attributes="0"/>
48               <EmptySpace max="-2" attributes="0"/>
49           </Group>
50       </Group>
51     </DimensionLayout>
52   </Layout>
53   <SubComponents>
54     <Container class="javax.swing.JPanel" name="jPanel1">
55       <Properties>
56         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
57           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
58             <TitledBorder title="Input File (.obj)"/>
59           </Border>
60         </Property>
61       </Properties>
62
63       <Layout>
64         <DimensionLayout dim="0">
65           <Group type="103" groupAlignment="0" attributes="0">
66               <Group type="102" alignment="1" attributes="0">
67                   <EmptySpace max="-2" attributes="0"/>
68                   <Component id="jTextFieldInputFile" pref="477" max="32767" attributes="0"/>
69                   <EmptySpace max="-2" attributes="0"/>
70                   <Component id="jButtonSelectInputFile" min="-2" max="-2" attributes="0"/>
71                   <EmptySpace max="-2" attributes="0"/>
72               </Group>
73           </Group>
74         </DimensionLayout>
75         <DimensionLayout dim="1">
76           <Group type="103" groupAlignment="0" attributes="0">
77               <Group type="102" attributes="0">
78                   <Group type="103" groupAlignment="0" attributes="0">
79                       <Component id="jButtonSelectInputFile" alignment="0" min="-2" max="-2" attributes="0"/>
80                       <Component id="jTextFieldInputFile" alignment="0" min="-2" max="-2" attributes="0"/>
81                   </Group>
82                   <EmptySpace max="32767" attributes="0"/>
83               </Group>
84           </Group>
85         </DimensionLayout>
86       </Layout>
87       <SubComponents>
88         <Component class="javax.swing.JTextField" name="jTextFieldInputFile">
89           <Events>
90             <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="jTextFieldInputFileFocusLost"/>
91           </Events>
92         </Component>
93         <Component class="javax.swing.JButton" name="jButtonSelectInputFile">
94           <Properties>
95             <Property name="text" type="java.lang.String" value="Select file"/>
96           </Properties>
97           <Events>
98             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonSelectInputFileActionPerformed"/>
99           </Events>
100         </Component>
101       </SubComponents>
102     </Container>
103     <Container class="javax.swing.JPanel" name="jPanel2">
104       <Properties>
105         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
106           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
107             <TitledBorder title="Output File (.map)"/>
108           </Border>
109         </Property>
110       </Properties>
111
112       <Layout>
113         <DimensionLayout dim="0">
114           <Group type="103" groupAlignment="0" attributes="0">
115               <Group type="102" alignment="1" attributes="0">
116                   <EmptySpace max="-2" attributes="0"/>
117                   <Component id="jTextFieldOutputFile" pref="477" max="32767" attributes="0"/>
118                   <EmptySpace max="-2" attributes="0"/>
119                   <Component id="jButtonSelectOutputFile" min="-2" max="-2" attributes="0"/>
120                   <EmptySpace max="-2" attributes="0"/>
121               </Group>
122           </Group>
123         </DimensionLayout>
124         <DimensionLayout dim="1">
125           <Group type="103" groupAlignment="0" attributes="0">
126               <Group type="102" attributes="0">
127                   <Group type="103" groupAlignment="0" attributes="0">
128                       <Component id="jTextFieldOutputFile" min="-2" max="-2" attributes="0"/>
129                       <Component id="jButtonSelectOutputFile" alignment="0" min="-2" max="-2" attributes="0"/>
130                   </Group>
131                   <EmptySpace max="32767" attributes="0"/>
132               </Group>
133           </Group>
134         </DimensionLayout>
135       </Layout>
136       <SubComponents>
137         <Component class="javax.swing.JTextField" name="jTextFieldOutputFile">
138           <Events>
139             <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="jTextFieldOutputFileFocusLost"/>
140           </Events>
141         </Component>
142         <Component class="javax.swing.JButton" name="jButtonSelectOutputFile">
143           <Properties>
144             <Property name="text" type="java.lang.String" value="Select file"/>
145           </Properties>
146           <Events>
147             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonSelectOutputFileActionPerformed"/>
148           </Events>
149         </Component>
150       </SubComponents>
151     </Container>
152     <Container class="javax.swing.JPanel" name="jPanel3">
153       <Properties>
154         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
155           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
156             <TitledBorder title="Configuration"/>
157           </Border>
158         </Property>
159       </Properties>
160
161       <Layout>
162         <DimensionLayout dim="0">
163           <Group type="103" groupAlignment="0" attributes="0">
164               <Group type="102" attributes="0">
165                   <EmptySpace max="-2" attributes="0"/>
166                   <Group type="103" groupAlignment="0" attributes="0">
167                       <Group type="102" attributes="0">
168                           <Group type="103" groupAlignment="1" attributes="0">
169                               <Component id="jLabel2" alignment="1" min="-2" max="-2" attributes="0"/>
170                               <Component id="jLabel1" alignment="1" min="-2" max="-2" attributes="0"/>
171                           </Group>
172                           <EmptySpace max="-2" attributes="0"/>
173                           <Group type="103" groupAlignment="0" max="-2" attributes="0">
174                               <Component id="jTextFieldScale" max="32767" attributes="1"/>
175                               <Component id="jTextFieldThickness" alignment="0" pref="56" max="32767" attributes="1"/>
176                           </Group>
177                           <EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
178                           <Component id="jLabel3" min="-2" max="-2" attributes="0"/>
179                           <EmptySpace min="12" pref="12" max="-2" attributes="0"/>
180                           <Component id="jTextFieldTextureScale" min="-2" pref="58" max="-2" attributes="0"/>
181                       </Group>
182                       <Component id="jCheckDetail" alignment="0" min="-2" max="-2" attributes="0"/>
183                   </Group>
184                   <EmptySpace pref="234" max="32767" attributes="0"/>
185               </Group>
186           </Group>
187         </DimensionLayout>
188         <DimensionLayout dim="1">
189           <Group type="103" groupAlignment="0" attributes="0">
190               <Group type="102" alignment="0" attributes="0">
191                   <Group type="103" groupAlignment="3" attributes="0">
192                       <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
193                       <Component id="jTextFieldThickness" alignment="3" min="-2" max="-2" attributes="0"/>
194                       <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
195                       <Component id="jTextFieldTextureScale" alignment="3" min="-2" max="-2" attributes="0"/>
196                   </Group>
197                   <EmptySpace max="-2" attributes="0"/>
198                   <Group type="103" groupAlignment="3" attributes="0">
199                       <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
200                       <Component id="jTextFieldScale" alignment="3" min="-2" max="-2" attributes="0"/>
201                   </Group>
202                   <EmptySpace pref="19" max="32767" attributes="0"/>
203                   <Component id="jCheckDetail" min="-2" max="-2" attributes="0"/>
204                   <EmptySpace max="-2" attributes="0"/>
205               </Group>
206           </Group>
207         </DimensionLayout>
208       </Layout>
209       <SubComponents>
210         <Component class="javax.swing.JLabel" name="jLabel1">
211           <Properties>
212             <Property name="text" type="java.lang.String" value="Brush thickness:"/>
213           </Properties>
214         </Component>
215         <Component class="javax.swing.JLabel" name="jLabel2">
216           <Properties>
217             <Property name="text" type="java.lang.String" value="Model scale:"/>
218           </Properties>
219         </Component>
220         <Component class="javax.swing.JCheckBox" name="jCheckDetail">
221           <Properties>
222             <Property name="text" type="java.lang.String" value="Make generated brushes detail"/>
223             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
224               <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
225                 <EmptyBorder bottom="0" left="0" right="0" top="0"/>
226               </Border>
227             </Property>
228             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
229               <Insets value="[0, 0, 0, 0]"/>
230             </Property>
231           </Properties>
232           <Events>
233             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jCheckDetailActionPerformed"/>
234           </Events>
235         </Component>
236         <Component class="javax.swing.JTextField" name="jTextFieldThickness">
237           <Events>
238             <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="jTextFieldThicknessFocusLost"/>
239           </Events>
240         </Component>
241         <Component class="javax.swing.JTextField" name="jTextFieldScale">
242           <Events>
243             <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="jTextFieldScaleFocusLost"/>
244           </Events>
245         </Component>
246         <Component class="javax.swing.JLabel" name="jLabel3">
247           <Properties>
248             <Property name="text" type="java.lang.String" value="Texture scale:"/>
249           </Properties>
250         </Component>
251         <Component class="javax.swing.JTextField" name="jTextFieldTextureScale">
252           <Events>
253             <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="jTextFieldTextureScaleFocusLost"/>
254           </Events>
255         </Component>
256       </SubComponents>
257     </Container>
258     <Component class="javax.swing.JButton" name="jButtonStart">
259       <Properties>
260         <Property name="text" type="java.lang.String" value="Start conversion"/>
261       </Properties>
262       <Events>
263         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonStartActionPerformed"/>
264       </Events>
265     </Component>
266     <Container class="javax.swing.JPanel" name="jPanel4">
267       <Properties>
268         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
269           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
270             <TitledBorder title="Auto-texturing"/>
271           </Border>
272         </Property>
273       </Properties>
274
275       <Layout>
276         <DimensionLayout dim="0">
277           <Group type="103" groupAlignment="0" attributes="0">
278               <Group type="102" alignment="1" attributes="0">
279                   <EmptySpace max="-2" attributes="0"/>
280                   <Component id="jScrollPane1" pref="473" max="32767" attributes="0"/>
281                   <EmptySpace max="-2" attributes="0"/>
282                   <Group type="103" groupAlignment="1" max="-2" attributes="0">
283                       <Component id="jButtonAdd" max="32767" attributes="1"/>
284                       <Component id="jButtonDelte" alignment="1" pref="104" max="32767" attributes="1"/>
285                   </Group>
286                   <EmptySpace max="-2" attributes="0"/>
287               </Group>
288           </Group>
289         </DimensionLayout>
290         <DimensionLayout dim="1">
291           <Group type="103" groupAlignment="0" attributes="0">
292               <Group type="102" attributes="0">
293                   <Group type="103" groupAlignment="0" attributes="0">
294                       <Group type="102" attributes="0">
295                           <EmptySpace max="-2" attributes="0"/>
296                           <Component id="jButtonAdd" min="-2" max="-2" attributes="0"/>
297                           <EmptySpace max="-2" attributes="0"/>
298                           <Component id="jButtonDelte" min="-2" max="-2" attributes="0"/>
299                       </Group>
300                       <Component id="jScrollPane1" alignment="1" pref="167" max="32767" attributes="0"/>
301                   </Group>
302                   <EmptySpace max="-2" attributes="0"/>
303               </Group>
304           </Group>
305         </DimensionLayout>
306       </Layout>
307       <SubComponents>
308         <Container class="javax.swing.JScrollPane" name="jScrollPane1">
309           <AuxValues>
310             <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
311           </AuxValues>
312
313           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
314           <SubComponents>
315             <Component class="javax.swing.JTable" name="jTableTexturing">
316               <Properties>
317                 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
318                   <Table columnCount="4" rowCount="4">
319                     <Column editable="true" title="Title 1" type="java.lang.Object"/>
320                     <Column editable="true" title="Title 2" type="java.lang.Object"/>
321                     <Column editable="true" title="Title 3" type="java.lang.Object"/>
322                     <Column editable="true" title="Title 4" type="java.lang.Object"/>
323                   </Table>
324                 </Property>
325               </Properties>
326             </Component>
327           </SubComponents>
328         </Container>
329         <Component class="javax.swing.JButton" name="jButtonAdd">
330           <Properties>
331             <Property name="text" type="java.lang.String" value="New"/>
332           </Properties>
333           <Events>
334             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonAddActionPerformed"/>
335           </Events>
336         </Component>
337         <Component class="javax.swing.JButton" name="jButtonDelte">
338           <Properties>
339             <Property name="text" type="java.lang.String" value="Remove"/>
340           </Properties>
341           <Events>
342             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonDelteActionPerformed"/>
343           </Events>
344         </Component>
345       </SubComponents>
346     </Container>
347   </SubComponents>
348 </Form>