Initial commit.
[gravitysimulator.git] / src / edu / mit / ezyang / gravity / GravitySimulatorView.form
blobd736526f5aee1a69908295642ec9a57830cff7ea
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.5" maxVersion="1.6">
4 <NonVisualComponents>
5 <Container class="javax.swing.JPanel" name="mainPanel">
6 <Properties>
7 <Property name="name" type="java.lang.String" value="mainPanel" noResource="true"/>
8 </Properties>
10 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
11 <SubComponents>
12 <Container class="javax.swing.JPanel" name="canvasPanel">
13 <Properties>
14 <Property name="background" type="java.awt.Color" resourceKey="canvasPanel.background"/>
15 <Property name="name" type="java.lang.String" value="canvasPanel" noResource="true"/>
16 </Properties>
17 <Constraints>
18 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
19 <BorderConstraints direction="Center"/>
20 </Constraint>
21 </Constraints>
23 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
24 </Container>
25 <Container class="javax.swing.JPanel" name="console">
26 <Properties>
27 <Property name="name" type="java.lang.String" value="console" noResource="true"/>
28 </Properties>
29 <Constraints>
30 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
31 <BorderConstraints direction="Last"/>
32 </Constraint>
33 </Constraints>
35 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
36 <SubComponents>
37 <Component class="javax.swing.JTextField" name="commandLine">
38 <Properties>
39 <Property name="text" type="java.lang.String" resourceKey="commandLine.text"/>
40 <Property name="name" type="java.lang.String" value="commandLine" noResource="true"/>
41 </Properties>
42 <Events>
43 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="commandLineActionPerformed"/>
44 </Events>
45 <Constraints>
46 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
47 <BorderConstraints direction="Center"/>
48 </Constraint>
49 </Constraints>
50 </Component>
51 <Container class="javax.swing.JScrollPane" name="terminalPane">
52 <Properties>
53 <Property name="name" type="java.lang.String" value="terminalPane" noResource="true"/>
54 </Properties>
55 <AuxValues>
56 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
57 </AuxValues>
58 <Constraints>
59 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
60 <BorderConstraints direction="First"/>
61 </Constraint>
62 </Constraints>
64 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
65 <SubComponents>
66 <Component class="javax.swing.JTextArea" name="terminal">
67 <Properties>
68 <Property name="columns" type="int" value="20"/>
69 <Property name="editable" type="boolean" value="false"/>
70 <Property name="font" type="java.awt.Font" resourceKey="terminal.font"/>
71 <Property name="rows" type="int" value="5"/>
72 <Property name="name" type="java.lang.String" value="terminal" noResource="true"/>
73 </Properties>
74 </Component>
75 </SubComponents>
76 </Container>
77 </SubComponents>
78 </Container>
79 </SubComponents>
80 </Container>
81 <Container class="javax.swing.JMenuBar" name="menuBar">
82 <Properties>
83 <Property name="name" type="java.lang.String" value="menuBar" noResource="true"/>
84 </Properties>
86 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
87 <Property name="useNullLayout" type="boolean" value="true"/>
88 </Layout>
89 <SubComponents>
90 <Menu class="javax.swing.JMenu" name="fileMenu">
91 <Properties>
92 <Property name="text" type="java.lang.String" resourceKey="fileMenu.text"/>
93 <Property name="name" type="java.lang.String" value="fileMenu" noResource="true"/>
94 </Properties>
95 <AuxValues>
96 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
97 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
98 </AuxValues>
99 <SubComponents>
100 <MenuItem class="javax.swing.JMenuItem" name="exitMenuItem">
101 <Properties>
102 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">
103 <action class="org.jdesktop.application.Application" id="quit" methodName="quit"/>
104 </Property>
105 <Property name="name" type="java.lang.String" value="exitMenuItem" noResource="true"/>
106 </Properties>
107 <AuxValues>
108 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
109 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
110 </AuxValues>
111 </MenuItem>
112 </SubComponents>
113 </Menu>
114 <Menu class="javax.swing.JMenu" name="helpMenu">
115 <Properties>
116 <Property name="text" type="java.lang.String" resourceKey="helpMenu.text"/>
117 <Property name="name" type="java.lang.String" value="helpMenu" noResource="true"/>
118 </Properties>
119 <AuxValues>
120 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
121 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
122 </AuxValues>
123 <SubComponents>
124 <MenuItem class="javax.swing.JMenuItem" name="aboutMenuItem">
125 <Properties>
126 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">
127 <action class="edu.mit.ezyang.gravity.GravitySimulatorView" id="showAboutBox" methodName="showAboutBox"/>
128 </Property>
129 <Property name="name" type="java.lang.String" value="aboutMenuItem" noResource="true"/>
130 </Properties>
131 <AuxValues>
132 <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
133 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
134 </AuxValues>
135 </MenuItem>
136 </SubComponents>
137 </Menu>
138 </SubComponents>
139 </Container>
140 </NonVisualComponents>
141 <Properties>
142 <Property name="component" type="javax.swing.JComponent" editor="org.netbeans.modules.form.ComponentChooserEditor">
143 <ComponentRef name="mainPanel"/>
144 </Property>
145 <Property name="menuBar" type="javax.swing.JMenuBar" editor="org.netbeans.modules.form.ComponentChooserEditor">
146 <ComponentRef name="menuBar"/>
147 </Property>
148 <Property name="statusBar" type="javax.swing.JComponent" editor="org.netbeans.modules.form.ComponentChooserEditor">
149 <ComponentRef name="default"/>
150 </Property>
151 </Properties>
152 <AuxValues>
153 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>
154 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
155 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
156 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
157 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
158 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
159 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
160 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
161 <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,-61,0,0,1,-92"/>
162 </AuxValues>
163 </Form>