~cezary-bartosiak/gephi/spread-simulator

« back to all changes in this revision

Viewing changes to ComplexGeneratorPluginUI/src/org/gephi/ui/complexgenerator/plugin/KleinbergPanel.form

  • Committer: Cezary Bartosiak
  • Date: 2011-02-21 07:47:23 UTC
  • mfrom: (2044.4.7 generators)
  • Revision ID: cezary.bartosiak@gmail.com-20110221074723-ul2u6nkg1evjvh0a
* merged with generators

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.1" encoding="UTF-8" ?>
 
2
 
 
3
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <Properties>
 
5
    <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
6
      <Dimension value="[399, 247]"/>
 
7
    </Property>
 
8
  </Properties>
 
9
  <AuxValues>
 
10
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
 
11
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
 
12
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
 
13
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
14
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
 
15
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
 
16
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
17
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
18
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
19
  </AuxValues>
 
20
 
 
21
  <Layout>
 
22
    <DimensionLayout dim="0">
 
23
      <Group type="103" groupAlignment="0" attributes="0">
 
24
          <Group type="102" attributes="0">
 
25
              <EmptySpace max="-2" attributes="0"/>
 
26
              <Group type="103" groupAlignment="0" attributes="0">
 
27
                  <Group type="102" attributes="0">
 
28
                      <Group type="103" groupAlignment="0" attributes="0">
 
29
                          <Component id="nLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
30
                          <Component id="pLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
31
                          <Component id="qLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
32
                          <Component id="rLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
33
                      </Group>
 
34
                      <EmptySpace min="-2" pref="74" max="-2" attributes="0"/>
 
35
                      <Group type="103" groupAlignment="1" attributes="0">
 
36
                          <Component id="rField" pref="160" max="32767" attributes="1"/>
 
37
                          <Component id="pField" alignment="0" pref="160" max="32767" attributes="1"/>
 
38
                          <Component id="qField" alignment="0" pref="160" max="32767" attributes="1"/>
 
39
                          <Component id="nField" alignment="0" pref="160" max="32767" attributes="1"/>
 
40
                      </Group>
 
41
                      <EmptySpace max="-2" attributes="0"/>
 
42
                  </Group>
 
43
                  <Group type="102" alignment="1" attributes="0">
 
44
                      <Component id="constraintsLabel" min="-2" max="-2" attributes="0"/>
 
45
                      <EmptySpace min="-2" pref="82" max="-2" attributes="0"/>
 
46
                  </Group>
 
47
                  <Group type="102" alignment="0" attributes="0">
 
48
                      <Component id="torusCheckBox" min="-2" max="-2" attributes="0"/>
 
49
                      <EmptySpace pref="178" max="32767" attributes="0"/>
 
50
                  </Group>
 
51
              </Group>
 
52
          </Group>
 
53
      </Group>
 
54
    </DimensionLayout>
 
55
    <DimensionLayout dim="1">
 
56
      <Group type="103" groupAlignment="0" attributes="0">
 
57
          <Group type="102" alignment="0" attributes="0">
 
58
              <EmptySpace max="-2" attributes="0"/>
 
59
              <Group type="103" groupAlignment="3" attributes="0">
 
60
                  <Component id="nField" alignment="3" min="-2" max="-2" attributes="0"/>
 
61
                  <Component id="nLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
62
              </Group>
 
63
              <EmptySpace max="-2" attributes="0"/>
 
64
              <Group type="103" groupAlignment="3" attributes="0">
 
65
                  <Component id="pField" alignment="3" min="-2" max="-2" attributes="0"/>
 
66
                  <Component id="pLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
67
              </Group>
 
68
              <EmptySpace max="-2" attributes="0"/>
 
69
              <Group type="103" groupAlignment="3" attributes="0">
 
70
                  <Component id="qField" alignment="3" min="-2" max="-2" attributes="0"/>
 
71
                  <Component id="qLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
72
              </Group>
 
73
              <EmptySpace max="-2" attributes="0"/>
 
74
              <Group type="103" groupAlignment="3" attributes="0">
 
75
                  <Component id="rField" alignment="3" min="-2" max="-2" attributes="0"/>
 
76
                  <Component id="rLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
77
              </Group>
 
78
              <EmptySpace max="-2" attributes="0"/>
 
79
              <Component id="torusCheckBox" min="-2" max="-2" attributes="0"/>
 
80
              <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
 
81
              <Component id="constraintsLabel" min="-2" max="-2" attributes="0"/>
 
82
              <EmptySpace min="-2" max="-2" attributes="0"/>
 
83
          </Group>
 
84
      </Group>
 
85
    </DimensionLayout>
 
86
  </Layout>
 
87
  <SubComponents>
 
88
    <Component class="javax.swing.JLabel" name="qLabel">
 
89
      <Properties>
 
90
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
91
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.qLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
92
        </Property>
 
93
      </Properties>
 
94
    </Component>
 
95
    <Component class="javax.swing.JTextField" name="qField">
 
96
      <Properties>
 
97
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
98
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.qField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
99
        </Property>
 
100
      </Properties>
 
101
      <AuxValues>
 
102
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
103
      </AuxValues>
 
104
    </Component>
 
105
    <Component class="javax.swing.JTextField" name="nField">
 
106
      <Properties>
 
107
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
108
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.nField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
109
        </Property>
 
110
      </Properties>
 
111
      <AuxValues>
 
112
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
113
      </AuxValues>
 
114
    </Component>
 
115
    <Component class="javax.swing.JTextField" name="pField">
 
116
      <Properties>
 
117
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
118
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.pField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
119
        </Property>
 
120
      </Properties>
 
121
      <AuxValues>
 
122
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
123
      </AuxValues>
 
124
    </Component>
 
125
    <Component class="javax.swing.JLabel" name="nLabel">
 
126
      <Properties>
 
127
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
128
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.nLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
129
        </Property>
 
130
      </Properties>
 
131
    </Component>
 
132
    <Component class="javax.swing.JLabel" name="pLabel">
 
133
      <Properties>
 
134
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
135
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.pLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
136
        </Property>
 
137
      </Properties>
 
138
    </Component>
 
139
    <Component class="javax.swing.JLabel" name="constraintsLabel">
 
140
      <Properties>
 
141
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
142
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.constraintsLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
143
        </Property>
 
144
      </Properties>
 
145
    </Component>
 
146
    <Component class="javax.swing.JLabel" name="rLabel">
 
147
      <Properties>
 
148
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
149
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.rLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
150
        </Property>
 
151
      </Properties>
 
152
    </Component>
 
153
    <Component class="javax.swing.JTextField" name="rField">
 
154
      <Properties>
 
155
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
156
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.rField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
157
        </Property>
 
158
      </Properties>
 
159
      <AuxValues>
 
160
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
161
      </AuxValues>
 
162
    </Component>
 
163
    <Component class="javax.swing.JCheckBox" name="torusCheckBox">
 
164
      <Properties>
 
165
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
166
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="KleinbergPanel.torusCheckBox.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
167
        </Property>
 
168
      </Properties>
 
169
      <AuxValues>
 
170
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
171
      </AuxValues>
 
172
    </Component>
 
173
  </SubComponents>
 
174
</Form>