]> icculus.org git repositories - divverent/nexuiz.git/blob - tools/ImgToMap/src/imgtomap/JFrameMain.form
include additional libraries for Java 5
[divverent/nexuiz.git] / tools / ImgToMap / src / imgtomap / JFrameMain.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.5" maxVersion="1.6" 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="ImgToMap"/>
7   </Properties>
8   <SyntheticProperties>
9     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
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_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
15     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
16     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
17     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
18     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
19     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
20   </AuxValues>
21
22   <Layout>
23     <DimensionLayout dim="0">
24       <Group type="103" groupAlignment="0" attributes="0">
25           <Group type="102" attributes="0">
26               <EmptySpace max="-2" attributes="0"/>
27               <Group type="103" groupAlignment="0" attributes="0">
28                   <Component id="jPanelSky" alignment="0" max="32767" attributes="0"/>
29                   <Component id="jPanel2" alignment="0" max="32767" attributes="0"/>
30                   <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
31                   <Component id="jButtonOK" alignment="0" min="-2" max="-2" attributes="0"/>
32               </Group>
33               <EmptySpace max="-2" attributes="0"/>
34           </Group>
35       </Group>
36     </DimensionLayout>
37     <DimensionLayout dim="1">
38       <Group type="103" groupAlignment="0" attributes="0">
39           <Group type="102" alignment="0" attributes="0">
40               <EmptySpace max="-2" attributes="0"/>
41               <Component id="jPanel1" min="-2" max="-2" attributes="0"/>
42               <EmptySpace max="-2" attributes="0"/>
43               <Component id="jPanel2" min="-2" max="-2" attributes="0"/>
44               <EmptySpace max="-2" attributes="0"/>
45               <Component id="jPanelSky" min="-2" pref="157" max="-2" attributes="0"/>
46               <EmptySpace type="unrelated" max="-2" attributes="0"/>
47               <Component id="jButtonOK" min="-2" max="-2" attributes="0"/>
48               <EmptySpace max="32767" 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="Files"/>
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" attributes="0">
67                   <EmptySpace min="-2" max="-2" attributes="0"/>
68                   <Group type="103" groupAlignment="1" attributes="0">
69                       <Component id="jTextFieldOutput" alignment="0" pref="278" max="32767" attributes="2"/>
70                       <Component id="jTextFieldInput" alignment="0" pref="278" max="32767" attributes="2"/>
71                   </Group>
72                   <EmptySpace min="-2" max="-2" attributes="0"/>
73                   <Group type="103" groupAlignment="0" attributes="0">
74                       <Component id="jButtonInput" alignment="1" pref="120" max="32767" attributes="2"/>
75                       <Component id="jButtonOutput" alignment="1" max="32767" attributes="2"/>
76                   </Group>
77                   <EmptySpace min="-2" max="-2" attributes="0"/>
78               </Group>
79           </Group>
80         </DimensionLayout>
81         <DimensionLayout dim="1">
82           <Group type="103" groupAlignment="0" attributes="0">
83               <Group type="102" attributes="0">
84                   <EmptySpace max="-2" attributes="0"/>
85                   <Group type="103" groupAlignment="3" attributes="0">
86                       <Component id="jButtonInput" alignment="3" min="-2" max="-2" attributes="0"/>
87                       <Component id="jTextFieldInput" alignment="3" min="-2" pref="27" max="-2" attributes="0"/>
88                   </Group>
89                   <EmptySpace max="-2" attributes="0"/>
90                   <Group type="103" groupAlignment="3" attributes="0">
91                       <Component id="jButtonOutput" alignment="3" min="-2" max="-2" attributes="0"/>
92                       <Component id="jTextFieldOutput" alignment="3" min="-2" pref="26" max="-2" attributes="0"/>
93                   </Group>
94                   <EmptySpace max="32767" attributes="0"/>
95               </Group>
96           </Group>
97         </DimensionLayout>
98       </Layout>
99       <SubComponents>
100         <Component class="javax.swing.JTextField" name="jTextFieldInput">
101         </Component>
102         <Component class="javax.swing.JButton" name="jButtonInput">
103           <Properties>
104             <Property name="text" type="java.lang.String" value="Select input file"/>
105           </Properties>
106           <Events>
107             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonInputActionPerformed"/>
108           </Events>
109         </Component>
110         <Component class="javax.swing.JTextField" name="jTextFieldOutput">
111         </Component>
112         <Component class="javax.swing.JButton" name="jButtonOutput">
113           <Properties>
114             <Property name="text" type="java.lang.String" value="Select output file"/>
115           </Properties>
116           <Events>
117             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonOutputActionPerformed"/>
118           </Events>
119         </Component>
120       </SubComponents>
121     </Container>
122     <Component class="javax.swing.JButton" name="jButtonOK">
123       <Properties>
124         <Property name="text" type="java.lang.String" value="Start conversion!"/>
125       </Properties>
126       <Events>
127         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonOKActionPerformed"/>
128       </Events>
129     </Component>
130     <Container class="javax.swing.JPanel" name="jPanel2">
131       <Properties>
132         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
133           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
134             <TitledBorder title="Terrain configuration"/>
135           </Border>
136         </Property>
137       </Properties>
138
139       <Layout>
140         <DimensionLayout dim="0">
141           <Group type="103" groupAlignment="0" attributes="0">
142               <Group type="102" attributes="0">
143                   <EmptySpace max="-2" attributes="0"/>
144                   <Group type="103" groupAlignment="0" attributes="0">
145                       <Group type="102" alignment="0" attributes="0">
146                           <Group type="103" groupAlignment="1" attributes="0">
147                               <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
148                               <Component id="jLabel2" alignment="1" min="-2" max="-2" attributes="0"/>
149                           </Group>
150                           <EmptySpace max="-2" attributes="0"/>
151                           <Group type="103" groupAlignment="0" max="-2" attributes="0">
152                               <Component id="jSpinnerHeight" min="0" pref="0" max="32767" attributes="1"/>
153                               <Component id="jSpinnerUnits" alignment="0" max="32767" attributes="1"/>
154                           </Group>
155                           <EmptySpace type="separate" max="-2" attributes="0"/>
156                           <Group type="103" groupAlignment="0" attributes="0">
157                               <Group type="102" attributes="0">
158                                   <Component id="jLabel4" min="-2" max="-2" attributes="1"/>
159                                   <EmptySpace max="-2" attributes="0"/>
160                                   <Component id="jSpinnerTextureScale" max="32767" attributes="1"/>
161                               </Group>
162                               <Component id="jCheckBoxDetail" min="-2" max="-2" attributes="0"/>
163                           </Group>
164                       </Group>
165                       <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
166                       <Component id="jTextFieldTexture" alignment="1" pref="404" max="32767" attributes="0"/>
167                   </Group>
168                   <EmptySpace max="-2" attributes="0"/>
169               </Group>
170           </Group>
171         </DimensionLayout>
172         <DimensionLayout dim="1">
173           <Group type="103" groupAlignment="0" attributes="0">
174               <Group type="102" alignment="0" attributes="0">
175                   <Group type="103" groupAlignment="3" attributes="0">
176                       <Component id="jSpinnerUnits" alignment="3" min="-2" max="-2" attributes="0"/>
177                       <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
178                       <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
179                       <Component id="jSpinnerTextureScale" alignment="3" min="-2" max="-2" attributes="0"/>
180                   </Group>
181                   <EmptySpace max="-2" attributes="0"/>
182                   <Group type="103" groupAlignment="3" attributes="0">
183                       <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
184                       <Component id="jSpinnerHeight" alignment="3" min="-2" max="-2" attributes="0"/>
185                       <Component id="jCheckBoxDetail" alignment="3" min="-2" max="-2" attributes="0"/>
186                   </Group>
187                   <EmptySpace type="separate" max="-2" attributes="0"/>
188                   <Component id="jLabel3" min="-2" max="-2" attributes="0"/>
189                   <EmptySpace max="-2" attributes="0"/>
190                   <Component id="jTextFieldTexture" min="-2" max="-2" attributes="0"/>
191                   <EmptySpace max="32767" attributes="0"/>
192               </Group>
193           </Group>
194         </DimensionLayout>
195       </Layout>
196       <SubComponents>
197         <Component class="javax.swing.JCheckBox" name="jCheckBoxDetail">
198           <Properties>
199             <Property name="selected" type="boolean" value="true"/>
200             <Property name="text" type="java.lang.String" value="make detail"/>
201           </Properties>
202         </Component>
203         <Component class="javax.swing.JTextField" name="jTextFieldTexture">
204           <Properties>
205             <Property name="text" type="java.lang.String" value="terrain/terrain1"/>
206           </Properties>
207         </Component>
208         <Component class="javax.swing.JLabel" name="jLabel3">
209           <Properties>
210             <Property name="text" type="java.lang.String" value="Cover terrain surface with texture:"/>
211           </Properties>
212         </Component>
213         <Component class="javax.swing.JSpinner" name="jSpinnerUnits">
214           <Properties>
215             <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
216               <SpinnerModel initial="256" maximum="2048" minimum="1" numberType="java.lang.Integer" stepSize="1" type="number"/>
217             </Property>
218           </Properties>
219         </Component>
220         <Component class="javax.swing.JSpinner" name="jSpinnerHeight">
221           <Properties>
222             <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
223               <SpinnerModel initial="1024" maximum="16384" minimum="256" numberType="java.lang.Integer" stepSize="1" type="number"/>
224             </Property>
225           </Properties>
226           <Events>
227             <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="jSpinnerHeightStateChanged"/>
228           </Events>
229         </Component>
230         <Component class="javax.swing.JSpinner" name="jSpinnerTextureScale">
231           <Properties>
232             <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
233               <SpinnerModel initial="0.5" maximum="16.0" minimum="0.25" numberType="java.lang.Double" stepSize="0.25" type="number"/>
234             </Property>
235           </Properties>
236         </Component>
237         <Component class="javax.swing.JLabel" name="jLabel4">
238           <Properties>
239             <Property name="text" type="java.lang.String" value="Texture scale:"/>
240           </Properties>
241         </Component>
242         <Component class="javax.swing.JLabel" name="jLabel2">
243           <Properties>
244             <Property name="text" type="java.lang.String" value="Height for white:"/>
245           </Properties>
246         </Component>
247         <Component class="javax.swing.JLabel" name="jLabel1">
248           <Properties>
249             <Property name="text" type="java.lang.String" value="Units per pixel:"/>
250           </Properties>
251         </Component>
252       </SubComponents>
253     </Container>
254     <Container class="javax.swing.JPanel" name="jPanelSky">
255       <Properties>
256         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
257           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
258             <TitledBorder title="Sky configuration"/>
259           </Border>
260         </Property>
261       </Properties>
262
263       <Layout>
264         <DimensionLayout dim="0">
265           <Group type="103" groupAlignment="0" attributes="0">
266               <Group type="102" alignment="0" attributes="0">
267                   <EmptySpace max="-2" attributes="0"/>
268                   <Group type="103" groupAlignment="0" attributes="0">
269                       <Component id="jTextFieldSkyTexture" alignment="0" pref="404" max="32767" attributes="0"/>
270                       <Group type="102" alignment="0" attributes="0">
271                           <Component id="jCheckBoxSky" min="-2" max="-2" attributes="0"/>
272                           <EmptySpace min="18" pref="18" max="-2" attributes="0"/>
273                           <Component id="jCheckBoxSkyFill" min="-2" max="-2" attributes="0"/>
274                       </Group>
275                       <Group type="102" alignment="0" attributes="0">
276                           <Component id="jLabel5" min="-2" max="-2" attributes="0"/>
277                           <EmptySpace max="-2" attributes="0"/>
278                           <Component id="jSpinnerSkyHeight" min="-2" pref="82" max="-2" attributes="0"/>
279                       </Group>
280                       <Component id="jLabel6" alignment="0" min="-2" max="-2" attributes="0"/>
281                   </Group>
282                   <EmptySpace max="-2" attributes="0"/>
283               </Group>
284           </Group>
285         </DimensionLayout>
286         <DimensionLayout dim="1">
287           <Group type="103" groupAlignment="0" attributes="0">
288               <Group type="102" alignment="0" attributes="0">
289                   <Group type="103" groupAlignment="3" attributes="0">
290                       <Component id="jCheckBoxSky" alignment="3" min="-2" max="-2" attributes="0"/>
291                       <Component id="jCheckBoxSkyFill" alignment="3" min="-2" max="-2" attributes="0"/>
292                   </Group>
293                   <EmptySpace max="-2" attributes="0"/>
294                   <Group type="103" groupAlignment="3" attributes="0">
295                       <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>
296                       <Component id="jSpinnerSkyHeight" alignment="3" min="-2" max="-2" attributes="0"/>
297                   </Group>
298                   <EmptySpace type="unrelated" max="-2" attributes="0"/>
299                   <Component id="jLabel6" min="-2" max="-2" attributes="0"/>
300                   <EmptySpace max="-2" attributes="0"/>
301                   <Component id="jTextFieldSkyTexture" min="-2" max="-2" attributes="0"/>
302                   <EmptySpace max="32767" attributes="0"/>
303               </Group>
304           </Group>
305         </DimensionLayout>
306       </Layout>
307       <SubComponents>
308         <Component class="javax.swing.JCheckBox" name="jCheckBoxSky">
309           <Properties>
310             <Property name="selected" type="boolean" value="true"/>
311             <Property name="text" type="java.lang.String" value="generate a skybox"/>
312           </Properties>
313           <Events>
314             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jCheckBoxSkyActionPerformed"/>
315           </Events>
316         </Component>
317         <Component class="javax.swing.JLabel" name="jLabel5">
318           <Properties>
319             <Property name="text" type="java.lang.String" value="Sky height:"/>
320           </Properties>
321         </Component>
322         <Component class="javax.swing.JSpinner" name="jSpinnerSkyHeight">
323           <Properties>
324             <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
325               <SpinnerModel initial="1152" minimum="256" numberType="java.lang.Integer" stepSize="1" type="number"/>
326             </Property>
327           </Properties>
328           <Events>
329             <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="jSpinnerSkyHeightStateChanged"/>
330           </Events>
331         </Component>
332         <Component class="javax.swing.JCheckBox" name="jCheckBoxSkyFill">
333           <Properties>
334             <Property name="selected" type="boolean" value="true"/>
335             <Property name="text" type="java.lang.String" value="fill alpha-gaps with sky"/>
336           </Properties>
337         </Component>
338         <Component class="javax.swing.JLabel" name="jLabel6">
339           <Properties>
340             <Property name="text" type="java.lang.String" value="Sky texture:"/>
341           </Properties>
342         </Component>
343         <Component class="javax.swing.JTextField" name="jTextFieldSkyTexture">
344           <Properties>
345             <Property name="text" type="java.lang.String" value="skies/sky1"/>
346           </Properties>
347         </Component>
348       </SubComponents>
349     </Container>
350   </SubComponents>
351 </Form>