Implement gravity and velocity vector.
[gravitysimulator.git] / src / edu / mit / ezyang / gravity / GravitySimulatorAboutBox.form
blob84ae4a6ca1b47f861b7d7bc758f753c513215f77
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="33" 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="name" type="java.lang.String" value="appTitleLabel" noResource="true"/>
100 </Properties>
101 <AuxValues>
102 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
103 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
104 </AuxValues>
105 </Component>
106 <Component class="javax.swing.JLabel" name="versionLabel">
107 <Properties>
108 <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
109 <FontInfo relative="true">
110 <Font bold="true" component="versionLabel" property="font" relativeSize="true" size="0"/>
111 </FontInfo>
112 </Property>
113 <Property name="text" type="java.lang.String" resourceKey="versionLabel.text"/>
114 <Property name="name" type="java.lang.String" value="versionLabel" noResource="true"/>
115 </Properties>
116 <AuxValues>
117 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
118 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
119 </AuxValues>
120 </Component>
121 <Component class="javax.swing.JLabel" name="appVersionLabel">
122 <Properties>
123 <Property name="name" type="java.lang.String" value="appVersionLabel" noResource="true"/>
124 </Properties>
125 <AuxValues>
126 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
127 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
128 </AuxValues>
129 </Component>
130 <Component class="javax.swing.JLabel" name="vendorLabel">
131 <Properties>
132 <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
133 <FontInfo relative="true">
134 <Font bold="true" component="vendorLabel" property="font" relativeSize="true" size="0"/>
135 </FontInfo>
136 </Property>
137 <Property name="text" type="java.lang.String" resourceKey="vendorLabel.text"/>
138 <Property name="name" type="java.lang.String" value="vendorLabel" noResource="true"/>
139 </Properties>
140 <AuxValues>
141 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
142 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
143 </AuxValues>
144 </Component>
145 <Component class="javax.swing.JLabel" name="appVendorLabel">
146 <Properties>
147 <Property name="name" type="java.lang.String" value="appVendorLabel" noResource="true"/>
148 </Properties>
149 <AuxValues>
150 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
151 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
152 </AuxValues>
153 </Component>
154 <Component class="javax.swing.JLabel" name="homepageLabel">
155 <Properties>
156 <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
157 <FontInfo relative="true">
158 <Font bold="true" component="homepageLabel" property="font" relativeSize="true" size="0"/>
159 </FontInfo>
160 </Property>
161 <Property name="text" type="java.lang.String" resourceKey="homepageLabel.text"/>
162 <Property name="name" type="java.lang.String" value="homepageLabel" noResource="true"/>
163 </Properties>
164 <AuxValues>
165 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
166 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
167 </AuxValues>
168 </Component>
169 <Component class="javax.swing.JLabel" name="appHomepageLabel">
170 <Properties>
171 <Property name="name" type="java.lang.String" value="appHomepageLabel" noResource="true"/>
172 </Properties>
173 <AuxValues>
174 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
175 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
176 </AuxValues>
177 </Component>
178 <Component class="javax.swing.JLabel" name="appDescLabel">
179 <Properties>
180 <Property name="text" type="java.lang.String" resourceKey="appDescLabel.text"/>
181 <Property name="name" type="java.lang.String" value="appDescLabel" noResource="true"/>
182 </Properties>
183 <AuxValues>
184 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
185 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
186 </AuxValues>
187 </Component>
188 <Component class="javax.swing.JLabel" name="imageLabel">
189 <Properties>
190 <Property name="icon" type="javax.swing.Icon" resourceKey="imageLabel.icon"/>
191 <Property name="name" type="java.lang.String" value="imageLabel" noResource="true"/>
192 </Properties>
193 <AuxValues>
194 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
195 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
196 </AuxValues>
197 </Component>
198 </SubComponents>
199 </Form>