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