Initial commit.
[gravitysimulator.git] / src / edu / mit / ezyang / gravity / GravitySimulatorAboutBox.form
blob9e6b515181a6b8a09af785bbcf440688fb812675
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <Properties>
5 <Property name="defaultCloseOperation" type="int" value="2"/>
6 <Property name="title" type="java.lang.String" resourceKey="title"/>
7 <Property name="modal" type="boolean" value="true"/>
8 <Property name="name" type="java.lang.String" value="aboutBox" noResource="true"/>
9 <Property name="resizable" type="boolean" value="false"/>
10 </Properties>
11 <SyntheticProperties>
12 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
13 </SyntheticProperties>
14 <AuxValues>
15 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>
16 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
17 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
18 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
19 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
20 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
21 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
22 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
23 </AuxValues>
25 <Layout>
26 <DimensionLayout dim="0">
27 <Group type="103" groupAlignment="0" attributes="0">
28 <Group type="102" alignment="0" attributes="0">
29 <Component id="imageLabel" min="-2" max="-2" attributes="0"/>
30 <EmptySpace type="separate" min="-2" max="-2" attributes="0"/>
31 <Group type="103" groupAlignment="1" attributes="0">
32 <Group type="102" alignment="0" attributes="0">
33 <Group type="103" groupAlignment="0" attributes="0">
34 <Component id="versionLabel" alignment="0" min="-2" max="-2" attributes="0"/>
35 <Component id="vendorLabel" alignment="0" min="-2" max="-2" attributes="0"/>
36 <Component id="homepageLabel" alignment="0" min="-2" max="-2" attributes="0"/>
37 </Group>
38 <EmptySpace min="-2" max="-2" attributes="0"/>
39 <Group type="103" groupAlignment="0" attributes="0">
40 <Component id="appVersionLabel" alignment="0" min="-2" max="-2" attributes="0"/>
41 <Component id="appVendorLabel" alignment="0" min="-2" max="-2" attributes="0"/>
42 <Component id="appHomepageLabel" alignment="0" min="-2" max="-2" attributes="0"/>
43 </Group>
44 </Group>
45 <Component id="appTitleLabel" alignment="0" min="-2" max="-2" attributes="0"/>
46 <Component id="appDescLabel" alignment="0" pref="266" max="32767" attributes="0"/>
47 <Component id="closeButton" alignment="1" min="-2" max="-2" attributes="0"/>
48 </Group>
49 <EmptySpace min="-2" max="-2" attributes="0"/>
50 </Group>
51 </Group>
52 </DimensionLayout>
53 <DimensionLayout dim="1">
54 <Group type="103" groupAlignment="0" attributes="0">
55 <Component id="imageLabel" min="-2" max="32767" attributes="0"/>
56 <Group type="102" alignment="0" attributes="0">
57 <EmptySpace max="-2" attributes="0"/>
58 <Component id="appTitleLabel" min="-2" max="-2" attributes="0"/>
59 <EmptySpace min="-2" max="-2" attributes="0"/>
60 <Component id="appDescLabel" min="-2" max="-2" attributes="0"/>
61 <EmptySpace min="-2" max="-2" attributes="0"/>
62 <Group type="103" groupAlignment="3" attributes="0">
63 <Component id="versionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
64 <Component id="appVersionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
65 </Group>
66 <EmptySpace min="-2" max="-2" attributes="0"/>
67 <Group type="103" groupAlignment="3" attributes="0">
68 <Component id="vendorLabel" alignment="3" min="-2" max="-2" attributes="0"/>
69 <Component id="appVendorLabel" alignment="3" min="-2" max="-2" attributes="0"/>
70 </Group>
71 <EmptySpace max="-2" attributes="0"/>
72 <Group type="103" groupAlignment="3" attributes="0">
73 <Component id="homepageLabel" alignment="3" min="-2" max="-2" attributes="0"/>
74 <Component id="appHomepageLabel" alignment="3" min="-2" max="-2" attributes="0"/>
75 </Group>
76 <EmptySpace min="-2" pref="19" max="32767" attributes="0"/>
77 <Component id="closeButton" min="-2" max="-2" attributes="0"/>
78 <EmptySpace max="-2" attributes="0"/>
79 </Group>
80 </Group>
81 </DimensionLayout>
82 </Layout>
83 <SubComponents>
84 <Component class="javax.swing.JButton" name="closeButton">
85 <Properties>
86 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">
87 <action class="edu.mit.ezyang.gravity.GravitySimulatorAboutBox" id="closeAboutBox" methodName="closeAboutBox"/>
88 </Property>
89 <Property name="name" type="java.lang.String" value="closeButton" noResource="true"/>
90 </Properties>
91 </Component>
92 <Component class="javax.swing.JLabel" name="appTitleLabel">
93 <Properties>
94 <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
95 <FontInfo relative="true">
96 <Font bold="true" component="appTitleLabel" property="font" relativeSize="true" size="4"/>
97 </FontInfo>
98 </Property>
99 <Property name="text" type="java.lang.String" resourceKey="Application.title"/>
100 <Property name="name" type="java.lang.String" value="appTitleLabel" noResource="true"/>
101 </Properties>
102 <AuxValues>
103 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
104 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
105 </AuxValues>
106 </Component>
107 <Component class="javax.swing.JLabel" name="versionLabel">
108 <Properties>
109 <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
110 <FontInfo relative="true">
111 <Font bold="true" component="versionLabel" property="font" relativeSize="true" size="0"/>
112 </FontInfo>
113 </Property>
114 <Property name="text" type="java.lang.String" resourceKey="versionLabel.text"/>
115 <Property name="name" type="java.lang.String" value="versionLabel" noResource="true"/>
116 </Properties>
117 <AuxValues>
118 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
119 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
120 </AuxValues>
121 </Component>
122 <Component class="javax.swing.JLabel" name="appVersionLabel">
123 <Properties>
124 <Property name="text" type="java.lang.String" resourceKey="Application.version"/>
125 <Property name="name" type="java.lang.String" value="appVersionLabel" noResource="true"/>
126 </Properties>
127 <AuxValues>
128 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
129 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
130 </AuxValues>
131 </Component>
132 <Component class="javax.swing.JLabel" name="vendorLabel">
133 <Properties>
134 <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
135 <FontInfo relative="true">
136 <Font bold="true" component="vendorLabel" property="font" relativeSize="true" size="0"/>
137 </FontInfo>
138 </Property>
139 <Property name="text" type="java.lang.String" resourceKey="vendorLabel.text"/>
140 <Property name="name" type="java.lang.String" value="vendorLabel" noResource="true"/>
141 </Properties>
142 <AuxValues>
143 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
144 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
145 </AuxValues>
146 </Component>
147 <Component class="javax.swing.JLabel" name="appVendorLabel">
148 <Properties>
149 <Property name="text" type="java.lang.String" resourceKey="Application.vendor"/>
150 <Property name="name" type="java.lang.String" value="appVendorLabel" noResource="true"/>
151 </Properties>
152 <AuxValues>
153 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
154 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
155 </AuxValues>
156 </Component>
157 <Component class="javax.swing.JLabel" name="homepageLabel">
158 <Properties>
159 <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
160 <FontInfo relative="true">
161 <Font bold="true" component="homepageLabel" property="font" relativeSize="true" size="0"/>
162 </FontInfo>
163 </Property>
164 <Property name="text" type="java.lang.String" resourceKey="homepageLabel.text"/>
165 <Property name="name" type="java.lang.String" value="homepageLabel" noResource="true"/>
166 </Properties>
167 <AuxValues>
168 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
169 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
170 </AuxValues>
171 </Component>
172 <Component class="javax.swing.JLabel" name="appHomepageLabel">
173 <Properties>
174 <Property name="text" type="java.lang.String" resourceKey="Application.homepage"/>
175 <Property name="name" type="java.lang.String" value="appHomepageLabel" noResource="true"/>
176 </Properties>
177 <AuxValues>
178 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
179 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
180 </AuxValues>
181 </Component>
182 <Component class="javax.swing.JLabel" name="appDescLabel">
183 <Properties>
184 <Property name="text" type="java.lang.String" resourceKey="appDescLabel.text"/>
185 <Property name="name" type="java.lang.String" value="appDescLabel" noResource="true"/>
186 </Properties>
187 <AuxValues>
188 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
189 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
190 </AuxValues>
191 </Component>
192 <Component class="javax.swing.JLabel" name="imageLabel">
193 <Properties>
194 <Property name="icon" type="javax.swing.Icon" resourceKey="imageLabel.icon"/>
195 <Property name="name" type="java.lang.String" value="imageLabel" noResource="true"/>
196 </Properties>
197 <AuxValues>
198 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
199 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
200 </AuxValues>
201 </Component>
202 </SubComponents>
203 </Form>