-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimSettings.form
162 lines (162 loc) · 7.09 KB
/
SimSettings.form
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="SimSettings">
<grid id="27dc6" binding="mainPanel" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="133" y="130" width="518" height="163"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="46c9b" class="javax.swing.JLabel" binding="decayLabel">
<constraints>
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Decay probability"/>
</properties>
</component>
<component id="71ad9" class="javax.swing.JLabel" binding="brightnessLabel">
<constraints>
<grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Brightness threshold"/>
</properties>
</component>
<component id="75086" class="javax.swing.JSlider" binding="decaySlider">
<constraints>
<grid row="1" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<doubleBuffered value="false"/>
<majorTickSpacing value="0"/>
<maximum value="100000"/>
<minorTickSpacing value="1000"/>
<paintLabels value="true"/>
<paintTicks value="true"/>
<snapToTicks value="true"/>
<valueIsAdjusting value="false"/>
</properties>
</component>
<component id="fd33c" class="javax.swing.JSlider" binding="brightnessSlider">
<constraints>
<grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<maximum value="100000"/>
<minorTickSpacing value="1000"/>
<orientation value="0"/>
<paintLabels value="true"/>
<paintTicks value="true"/>
<snapToTicks value="false"/>
<valueIsAdjusting value="false"/>
</properties>
</component>
<grid id="b13e1" layout-manager="FlowLayout" hgap="5" vgap="5" flow-align="1">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="bd9eb" class="javax.swing.JLabel" binding="widthLabel">
<constraints/>
<properties>
<text value="width"/>
</properties>
</component>
<component id="d8738" class="javax.swing.JFormattedTextField" binding="widthField">
<constraints/>
<properties>
<focusTraversalPolicyProvider value="true"/>
<preferredSize width="70" height="30"/>
<text value="100"/>
<toolTipText value="width"/>
</properties>
</component>
</children>
</grid>
<grid id="245b9" layout-manager="FlowLayout" hgap="5" vgap="5" flow-align="1">
<constraints>
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="3a981" class="javax.swing.JLabel" binding="heightLabel">
<constraints/>
<properties>
<text value="height"/>
</properties>
</component>
<component id="2df76" class="javax.swing.JFormattedTextField" binding="heightField">
<constraints/>
<properties>
<preferredSize width="70" height="30"/>
<text value="100"/>
<toolTipText value="height"/>
</properties>
</component>
</children>
</grid>
<grid id="b25fa" layout-manager="FlowLayout" hgap="5" vgap="5" flow-align="1">
<constraints>
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="2" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="ea2ee" class="javax.swing.JLabel" binding="antCountLabel">
<constraints/>
<properties>
<text value="ant count"/>
</properties>
</component>
<component id="d1b15" class="javax.swing.JSpinner" binding="antCountSpinner">
<constraints/>
<properties>
<preferredSize width="100" height="30"/>
</properties>
</component>
</children>
</grid>
<grid id="61ad8" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<grid row="3" column="1" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="94754" class="javax.swing.JButton" binding="confirm">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="make 'em run"/>
</properties>
</component>
</children>
</grid>
<grid id="3ad51" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<grid row="0" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="b26a2" class="javax.swing.JLabel" binding="title">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Settings"/>
</properties>
</component>
</children>
</grid>
</children>
</grid>
</form>