1<?xml version="1.0" encoding="UTF-8" ?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22
23<Form version="1.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
24  <Properties>
25    <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
26      <Dimension value="[600, 300]"/>
27    </Property>
28  </Properties>
29  <AuxValues>
30    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,27,0,0,2,1"/>
31  </AuxValues>
32
33  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
34  <SubComponents>
35    <Component class="javax.swing.JLabel" name="jLabel1">
36      <Properties>
37        <Property name="text" type="java.lang.String" value="Installations Detected"/>
38      </Properties>
39      <Constraints>
40        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
41          <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="11" insetsRight="2" anchor="17" weightX="0.0" weightY="0.0"/>
42        </Constraint>
43      </Constraints>
44    </Component>
45    <Component class="javax.swing.JTextField" name="installPath">
46      <Properties>
47        <Property name="editable" type="boolean" value="false"/>
48      </Properties>
49      <Constraints>
50        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
51          <GridBagConstraints gridX="1" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="0" insetsBottom="11" insetsRight="11" anchor="10" weightX="1.0" weightY="0.0"/>
52        </Constraint>
53      </Constraints>
54    </Component>
55    <Component class="javax.swing.JLabel" name="jLabel2">
56      <Properties>
57        <Property name="text" type="java.lang.String" value="Installation Directory"/>
58      </Properties>
59      <Constraints>
60        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
61          <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="11" insetsRight="12" anchor="10" weightX="0.0" weightY="0.0"/>
62        </Constraint>
63      </Constraints>
64    </Component>
65    <Component class="javax.swing.JComboBox" name="installationsComboBox">
66      <AuxValues>
67        <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
68        <AuxValue name="JavaCodeGenerator_CreateCodePre" type="java.lang.String" value=""/>
69        <AuxValue name="JavaCodeGenerator_SerializeTo" type="java.lang.String" value=""/>
70        <AuxValue name="JavaCodeGenerator_CreateCodePost" type="java.lang.String" value=""/>
71        <AuxValue name="JavaCodeGenerator_CodeGeneration" type="java.lang.Integer" value="0"/>
72      </AuxValues>
73      <Constraints>
74        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
75          <GridBagConstraints gridX="1" gridY="0" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="11" insetsLeft="0" insetsBottom="11" insetsRight="11" anchor="17" weightX="0.0" weightY="0.0"/>
76        </Constraint>
77      </Constraints>
78    </Component>
79    <Container class="javax.swing.JPanel" name="jPanel1">
80      <Constraints>
81        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
82          <GridBagConstraints gridX="-1" gridY="2" gridWidth="1" gridHeight="1" fill="3" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="1.0"/>
83        </Constraint>
84      </Constraints>
85
86      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
87    </Container>
88    <Component class="javax.swing.JButton" name="browseButton">
89      <Properties>
90        <Property name="text" type="java.lang.String" value="Browse..."/>
91      </Properties>
92      <Events>
93        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="browseButtonActionPerformed"/>
94      </Events>
95      <Constraints>
96        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
97          <GridBagConstraints gridX="2" gridY="1" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
98        </Constraint>
99      </Constraints>
100    </Component>
101  </SubComponents>
102</Form>
103