(no commit message)
[sfa.git] / gui / JavaApplication1 / src / javaapplication1 / GeniGUI.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   </Properties>
7   <SyntheticProperties>
8     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
9   </SyntheticProperties>
10   <Events>
11     <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="formMouseReleased"/>
12   </Events>
13   <AuxValues>
14     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
15     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
16     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
17     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
18     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
19   </AuxValues>
20
21   <Layout>
22     <DimensionLayout dim="0">
23       <Group type="103" groupAlignment="0" attributes="0">
24           <Group type="102" alignment="0" attributes="0">
25               <Group type="103" groupAlignment="1" attributes="0">
26                   <Group type="102" alignment="0" attributes="1">
27                       <EmptySpace max="-2" attributes="0"/>
28                       <Component id="jPanel1" min="-2" max="-2" attributes="0"/>
29                       <EmptySpace max="-2" attributes="0"/>
30                       <Component id="jPanel2" max="32767" attributes="0"/>
31                   </Group>
32                   <Component id="jInternalFrame1" alignment="0" max="32767" attributes="1"/>
33                   <Group type="102" alignment="0" attributes="0">
34                       <EmptySpace max="-2" attributes="0"/>
35                       <Component id="statusLabel" pref="857" max="32767" attributes="0"/>
36                   </Group>
37               </Group>
38               <EmptySpace min="-2" pref="28" max="-2" attributes="0"/>
39           </Group>
40       </Group>
41     </DimensionLayout>
42     <DimensionLayout dim="1">
43       <Group type="103" groupAlignment="0" attributes="0">
44           <Group type="102" alignment="0" attributes="0">
45               <Group type="103" groupAlignment="0" max="-2" attributes="0">
46                   <Component id="jPanel2" max="32767" attributes="1"/>
47                   <Component id="jPanel1" alignment="0" max="32767" attributes="1"/>
48               </Group>
49               <EmptySpace max="-2" attributes="0"/>
50               <Component id="statusLabel" min="-2" pref="25" max="-2" attributes="0"/>
51               <EmptySpace max="-2" attributes="0"/>
52               <Component id="jInternalFrame1" min="-2" max="-2" attributes="0"/>
53               <EmptySpace min="-2" pref="153" max="-2" attributes="0"/>
54           </Group>
55       </Group>
56     </DimensionLayout>
57   </Layout>
58   <SubComponents>
59     <Container class="javax.swing.JPanel" name="jPanel1">
60       <Properties>
61         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
62           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
63             <TitledBorder title="User Info"/>
64           </Border>
65         </Property>
66       </Properties>
67
68       <Layout>
69         <DimensionLayout dim="0">
70           <Group type="103" groupAlignment="0" attributes="0">
71               <Group type="102" alignment="0" attributes="0">
72                   <EmptySpace max="-2" attributes="0"/>
73                   <Group type="103" groupAlignment="1" attributes="0">
74                       <Group type="102" attributes="0">
75                           <Group type="103" groupAlignment="1" attributes="0">
76                               <Component id="typeLabel" alignment="1" min="-2" max="-2" attributes="0"/>
77                               <Component id="hrnLabel" alignment="1" min="-2" max="-2" attributes="0"/>
78                           </Group>
79                           <EmptySpace min="-2" pref="26" max="-2" attributes="0"/>
80                       </Group>
81                       <Group type="102" alignment="1" attributes="0">
82                           <Component id="dirLabel" min="-2" max="-2" attributes="0"/>
83                           <EmptySpace max="-2" attributes="0"/>
84                       </Group>
85                   </Group>
86                   <Group type="103" groupAlignment="0" attributes="0">
87                       <Component id="dirTextField" pref="245" max="32767" attributes="0"/>
88                       <Component id="hrnTextField" alignment="0" pref="245" max="32767" attributes="0"/>
89                       <Component id="typeCombo" min="-2" pref="66" max="-2" attributes="0"/>
90                   </Group>
91                   <EmptySpace max="-2" attributes="0"/>
92               </Group>
93           </Group>
94         </DimensionLayout>
95         <DimensionLayout dim="1">
96           <Group type="103" groupAlignment="0" attributes="0">
97               <Group type="102" alignment="0" attributes="0">
98                   <Group type="103" groupAlignment="3" attributes="0">
99                       <Component id="hrnLabel" alignment="3" min="-2" max="-2" attributes="0"/>
100                       <Component id="hrnTextField" alignment="3" min="-2" max="-2" attributes="0"/>
101                   </Group>
102                   <EmptySpace min="-2" pref="13" max="-2" attributes="0"/>
103                   <Group type="103" groupAlignment="3" attributes="0">
104                       <Component id="typeCombo" alignment="3" min="-2" max="-2" attributes="0"/>
105                       <Component id="typeLabel" alignment="3" min="-2" max="-2" attributes="0"/>
106                   </Group>
107                   <EmptySpace min="-2" pref="14" max="-2" attributes="0"/>
108                   <Group type="103" groupAlignment="3" attributes="0">
109                       <Component id="dirTextField" alignment="3" min="-2" max="-2" attributes="0"/>
110                       <Component id="dirLabel" alignment="3" min="-2" max="-2" attributes="0"/>
111                   </Group>
112                   <EmptySpace pref="46" max="32767" attributes="0"/>
113               </Group>
114           </Group>
115         </DimensionLayout>
116       </Layout>
117       <SubComponents>
118         <Component class="javax.swing.JLabel" name="hrnLabel">
119           <Properties>
120             <Property name="text" type="java.lang.String" value="Enter your HRN:"/>
121           </Properties>
122         </Component>
123         <Component class="javax.swing.JTextField" name="hrnTextField">
124           <Properties>
125             <Property name="text" type="java.lang.String" value="planetlab.jp.osaka"/>
126           </Properties>
127         </Component>
128         <Component class="javax.swing.JComboBox" name="typeCombo">
129           <Properties>
130             <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
131               <StringArray count="3">
132                 <StringItem index="0" value="user"/>
133                 <StringItem index="1" value="SA"/>
134                 <StringItem index="2" value="MA"/>
135               </StringArray>
136             </Property>
137           </Properties>
138         </Component>
139         <Component class="javax.swing.JTextField" name="dirTextField">
140           <Properties>
141             <Property name="text" type="java.lang.String" value="./client_osaka"/>
142           </Properties>
143         </Component>
144         <Component class="javax.swing.JLabel" name="typeLabel">
145           <Properties>
146             <Property name="text" type="java.lang.String" value="Type:"/>
147           </Properties>
148         </Component>
149         <Component class="javax.swing.JLabel" name="dirLabel">
150           <Properties>
151             <Property name="text" type="java.lang.String" value="User GENI directory:"/>
152           </Properties>
153         </Component>
154       </SubComponents>
155     </Container>
156     <Container class="javax.swing.JInternalFrame" name="jInternalFrame1">
157       <Properties>
158         <Property name="title" type="java.lang.String" value="Record Data"/>
159         <Property name="visible" type="boolean" value="true"/>
160       </Properties>
161
162       <Layout>
163         <DimensionLayout dim="0">
164           <Group type="103" groupAlignment="0" attributes="0">
165               <Group type="102" alignment="0" attributes="0">
166                   <EmptySpace max="-2" attributes="0"/>
167                   <Group type="103" groupAlignment="0" attributes="0">
168                       <Component id="jPanel7" alignment="1" max="32767" attributes="0"/>
169                       <Group type="102" alignment="0" attributes="0">
170                           <Group type="103" groupAlignment="1" attributes="0">
171                               <Component id="jPanel4" alignment="1" max="32767" attributes="0"/>
172                               <Component id="jPanel3" alignment="1" max="32767" attributes="0"/>
173                               <Component id="jPanel5" alignment="0" max="32767" attributes="0"/>
174                               <Component id="jPanel6" alignment="1" max="32767" attributes="0"/>
175                           </Group>
176                           <EmptySpace max="-2" attributes="0"/>
177                       </Group>
178                   </Group>
179               </Group>
180           </Group>
181         </DimensionLayout>
182         <DimensionLayout dim="1">
183           <Group type="103" groupAlignment="0" attributes="0">
184               <Group type="102" alignment="1" attributes="0">
185                   <EmptySpace max="-2" attributes="0"/>
186                   <Component id="jPanel3" max="32767" attributes="0"/>
187                   <EmptySpace max="-2" attributes="0"/>
188                   <Component id="jPanel4" min="-2" max="-2" attributes="0"/>
189                   <EmptySpace max="-2" attributes="0"/>
190                   <Component id="jPanel5" min="-2" max="-2" attributes="0"/>
191                   <EmptySpace max="-2" attributes="0"/>
192                   <Component id="jPanel6" min="-2" max="-2" attributes="0"/>
193                   <EmptySpace max="-2" attributes="0"/>
194                   <Component id="jPanel7" min="-2" max="-2" attributes="0"/>
195                   <EmptySpace max="-2" attributes="0"/>
196               </Group>
197           </Group>
198         </DimensionLayout>
199       </Layout>
200       <SubComponents>
201         <Container class="javax.swing.JPanel" name="jPanel3">
202           <Properties>
203             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
204               <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
205                 <TitledBorder title="Non-editable Information"/>
206               </Border>
207             </Property>
208           </Properties>
209
210           <Layout>
211             <DimensionLayout dim="0">
212               <Group type="103" groupAlignment="0" attributes="0">
213                   <EmptySpace min="0" pref="825" max="32767" attributes="0"/>
214               </Group>
215             </DimensionLayout>
216             <DimensionLayout dim="1">
217               <Group type="103" groupAlignment="0" attributes="0">
218                   <EmptySpace min="0" pref="199" max="32767" attributes="0"/>
219               </Group>
220             </DimensionLayout>
221           </Layout>
222         </Container>
223         <Container class="javax.swing.JPanel" name="jPanel4">
224           <Properties>
225             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
226               <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
227                 <TitledBorder title="Set User Fields"/>
228               </Border>
229             </Property>
230           </Properties>
231
232           <Layout>
233             <DimensionLayout dim="0">
234               <Group type="103" groupAlignment="0" attributes="0">
235                   <EmptySpace min="0" pref="825" max="32767" attributes="0"/>
236               </Group>
237             </DimensionLayout>
238             <DimensionLayout dim="1">
239               <Group type="103" groupAlignment="0" attributes="0">
240                   <EmptySpace min="0" pref="180" max="32767" attributes="0"/>
241               </Group>
242             </DimensionLayout>
243           </Layout>
244         </Container>
245         <Container class="javax.swing.JPanel" name="jPanel5">
246           <Properties>
247             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
248               <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
249                 <TitledBorder title="Set Slice fields"/>
250               </Border>
251             </Property>
252           </Properties>
253
254           <Layout>
255             <DimensionLayout dim="0">
256               <Group type="103" groupAlignment="0" attributes="0">
257                   <EmptySpace min="0" pref="825" max="32767" attributes="0"/>
258               </Group>
259             </DimensionLayout>
260             <DimensionLayout dim="1">
261               <Group type="103" groupAlignment="0" attributes="0">
262                   <EmptySpace min="0" pref="192" max="32767" attributes="0"/>
263               </Group>
264             </DimensionLayout>
265           </Layout>
266         </Container>
267         <Container class="javax.swing.JPanel" name="jPanel6">
268           <Properties>
269             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
270               <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
271                 <TitledBorder title="Set Node fields"/>
272               </Border>
273             </Property>
274           </Properties>
275
276           <Layout>
277             <DimensionLayout dim="0">
278               <Group type="103" groupAlignment="0" attributes="0">
279                   <EmptySpace min="0" pref="825" max="32767" attributes="0"/>
280               </Group>
281             </DimensionLayout>
282             <DimensionLayout dim="1">
283               <Group type="103" groupAlignment="0" attributes="0">
284                   <EmptySpace min="0" pref="182" max="32767" attributes="0"/>
285               </Group>
286             </DimensionLayout>
287           </Layout>
288         </Container>
289         <Container class="javax.swing.JPanel" name="jPanel7">
290           <Properties>
291             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
292               <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
293                 <TitledBorder title="Set SA/MA fields"/>
294               </Border>
295             </Property>
296           </Properties>
297
298           <Layout>
299             <DimensionLayout dim="0">
300               <Group type="103" groupAlignment="0" attributes="0">
301                   <EmptySpace min="0" pref="837" max="32767" attributes="0"/>
302               </Group>
303             </DimensionLayout>
304             <DimensionLayout dim="1">
305               <Group type="103" groupAlignment="0" attributes="0">
306                   <EmptySpace min="0" pref="221" max="32767" attributes="0"/>
307               </Group>
308             </DimensionLayout>
309           </Layout>
310         </Container>
311       </SubComponents>
312     </Container>
313     <Container class="javax.swing.JPanel" name="jPanel2">
314       <Properties>
315         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
316           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
317             <TitledBorder title="Record Select"/>
318           </Border>
319         </Property>
320       </Properties>
321
322       <Layout>
323         <DimensionLayout dim="0">
324           <Group type="103" groupAlignment="0" attributes="0">
325               <Group type="102" attributes="0">
326                   <EmptySpace max="-2" attributes="0"/>
327                   <Group type="103" groupAlignment="0" attributes="0">
328                       <Group type="102" alignment="0" attributes="0">
329                           <Component id="rechrnLabel" min="-2" pref="38" max="-2" attributes="0"/>
330                           <EmptySpace max="-2" attributes="0"/>
331                           <Component id="rechrnTextField" min="-2" pref="271" max="-2" attributes="0"/>
332                       </Group>
333                       <Group type="102" alignment="0" attributes="0">
334                           <Component id="rectypeLabel" min="-2" pref="38" max="-2" attributes="0"/>
335                           <EmptySpace max="-2" attributes="0"/>
336                           <Group type="103" groupAlignment="0" attributes="0">
337                               <Group type="102" alignment="0" attributes="0">
338                                   <Component id="jButton1" min="-2" max="-2" attributes="0"/>
339                                   <EmptySpace max="-2" attributes="0"/>
340                                   <Component id="jButton2" min="-2" max="-2" attributes="0"/>
341                                   <EmptySpace max="-2" attributes="0"/>
342                                   <Component id="jButton3" min="-2" max="-2" attributes="0"/>
343                                   <EmptySpace max="-2" attributes="0"/>
344                                   <Component id="jButton4" min="-2" max="-2" attributes="0"/>
345                               </Group>
346                               <Component id="rectypeCombo" alignment="0" min="-2" pref="66" max="-2" attributes="0"/>
347                           </Group>
348                       </Group>
349                   </Group>
350                   <EmptySpace pref="30" max="32767" attributes="0"/>
351               </Group>
352           </Group>
353         </DimensionLayout>
354         <DimensionLayout dim="1">
355           <Group type="103" groupAlignment="0" attributes="0">
356               <Group type="102" alignment="0" attributes="0">
357                   <EmptySpace max="-2" attributes="0"/>
358                   <Group type="103" groupAlignment="3" attributes="0">
359                       <Component id="rechrnLabel" alignment="3" min="-2" max="-2" attributes="0"/>
360                       <Component id="rechrnTextField" alignment="3" min="-2" max="-2" attributes="0"/>
361                   </Group>
362                   <EmptySpace max="-2" attributes="0"/>
363                   <Group type="103" groupAlignment="3" attributes="0">
364                       <Component id="rectypeCombo" alignment="3" min="-2" max="-2" attributes="0"/>
365                       <Component id="rectypeLabel" alignment="3" min="-2" max="-2" attributes="0"/>
366                   </Group>
367                   <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
368                   <Group type="103" groupAlignment="3" attributes="0">
369                       <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
370                       <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>
371                       <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>
372                       <Component id="jButton4" alignment="3" min="-2" max="-2" attributes="0"/>
373                   </Group>
374                   <EmptySpace pref="22" max="32767" attributes="0"/>
375               </Group>
376           </Group>
377         </DimensionLayout>
378       </Layout>
379       <SubComponents>
380         <Component class="javax.swing.JLabel" name="rechrnLabel">
381           <Properties>
382             <Property name="text" type="java.lang.String" value="HRN:"/>
383           </Properties>
384         </Component>
385         <Component class="javax.swing.JTextField" name="rechrnTextField">
386           <Properties>
387             <Property name="text" type="java.lang.String" value="planetlab.jp.osaka.tokyobranch"/>
388           </Properties>
389         </Component>
390         <Component class="javax.swing.JComboBox" name="rectypeCombo">
391           <Properties>
392             <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
393               <StringArray count="6">
394                 <StringItem index="0" value="-"/>
395                 <StringItem index="1" value="user"/>
396                 <StringItem index="2" value="slice"/>
397                 <StringItem index="3" value="node"/>
398                 <StringItem index="4" value="SA"/>
399                 <StringItem index="5" value="MA"/>
400               </StringArray>
401             </Property>
402           </Properties>
403           <Events>
404             <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="rectypeComboItemStateChanged"/>
405           </Events>
406         </Component>
407         <Component class="javax.swing.JLabel" name="rectypeLabel">
408           <Properties>
409             <Property name="text" type="java.lang.String" value="Type:"/>
410           </Properties>
411         </Component>
412         <Component class="javax.swing.JButton" name="jButton1">
413           <Properties>
414             <Property name="text" type="java.lang.String" value="register"/>
415           </Properties>
416           <Events>
417             <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton1MouseReleased"/>
418           </Events>
419         </Component>
420         <Component class="javax.swing.JButton" name="jButton2">
421           <Properties>
422             <Property name="text" type="java.lang.String" value="remove"/>
423           </Properties>
424           <Events>
425             <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton2MouseReleased"/>
426           </Events>
427         </Component>
428         <Component class="javax.swing.JButton" name="jButton3">
429           <Properties>
430             <Property name="text" type="java.lang.String" value="update"/>
431           </Properties>
432           <Events>
433             <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton3MouseReleased"/>
434           </Events>
435         </Component>
436         <Component class="javax.swing.JButton" name="jButton4">
437           <Properties>
438             <Property name="text" type="java.lang.String" value="lookup"/>
439           </Properties>
440           <Events>
441             <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton4MouseReleased"/>
442           </Events>
443         </Component>
444       </SubComponents>
445     </Container>
446     <Component class="javax.swing.JLabel" name="statusLabel">
447       <Properties>
448         <Property name="verticalAlignment" type="int" value="1"/>
449         <Property name="autoscrolls" type="boolean" value="true"/>
450       </Properties>
451     </Component>
452   </SubComponents>
453 </Form>