~cezary-bartosiak/gephi/spread-simulator

« back to all changes in this revision

Viewing changes to ComplexGeneratorPluginUI/src/org/gephi/ui/complexgenerator/plugin/WattsStrogatzAlphaPanel.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="[364, 128]"/>
 
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
              <Group type="103" groupAlignment="0" attributes="0">
 
26
                  <Group type="102" attributes="0">
 
27
                      <EmptySpace max="-2" 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="kLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
31
                          <Component id="alphaLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
32
                      </Group>
 
33
                      <EmptySpace min="-2" pref="25" max="-2" attributes="0"/>
 
34
                      <Group type="103" groupAlignment="1" attributes="0">
 
35
                          <Component id="kField" alignment="0" pref="147" max="32767" attributes="1"/>
 
36
                          <Component id="alphaField" alignment="0" pref="147" max="32767" attributes="1"/>
 
37
                          <Component id="nField" alignment="0" pref="147" max="32767" attributes="1"/>
 
38
                      </Group>
 
39
                  </Group>
 
40
                  <Group type="102" alignment="0" attributes="0">
 
41
                      <EmptySpace min="-2" pref="155" max="-2" attributes="0"/>
 
42
                      <Component id="constraintsLabel" min="-2" max="-2" attributes="0"/>
 
43
                  </Group>
 
44
              </Group>
 
45
              <EmptySpace max="-2" attributes="0"/>
 
46
          </Group>
 
47
      </Group>
 
48
    </DimensionLayout>
 
49
    <DimensionLayout dim="1">
 
50
      <Group type="103" groupAlignment="0" attributes="0">
 
51
          <Group type="102" alignment="0" attributes="0">
 
52
              <EmptySpace max="-2" attributes="0"/>
 
53
              <Group type="103" groupAlignment="3" attributes="0">
 
54
                  <Component id="nField" alignment="3" min="-2" max="-2" attributes="0"/>
 
55
                  <Component id="nLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
56
              </Group>
 
57
              <EmptySpace max="-2" attributes="0"/>
 
58
              <Group type="103" groupAlignment="3" attributes="0">
 
59
                  <Component id="kField" alignment="3" min="-2" max="-2" attributes="0"/>
 
60
                  <Component id="kLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
61
              </Group>
 
62
              <EmptySpace max="-2" attributes="0"/>
 
63
              <Group type="103" groupAlignment="3" attributes="0">
 
64
                  <Component id="alphaField" alignment="3" min="-2" max="-2" attributes="0"/>
 
65
                  <Component id="alphaLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
66
              </Group>
 
67
              <EmptySpace pref="20" max="32767" attributes="0"/>
 
68
              <Component id="constraintsLabel" min="-2" max="-2" attributes="0"/>
 
69
              <EmptySpace max="-2" attributes="0"/>
 
70
          </Group>
 
71
      </Group>
 
72
    </DimensionLayout>
 
73
  </Layout>
 
74
  <SubComponents>
 
75
    <Component class="javax.swing.JLabel" name="alphaLabel">
 
76
      <Properties>
 
77
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
78
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="WattsStrogatzAlphaPanel.alphaLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
79
        </Property>
 
80
      </Properties>
 
81
    </Component>
 
82
    <Component class="javax.swing.JTextField" name="alphaField">
 
83
      <Properties>
 
84
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
85
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="WattsStrogatzAlphaPanel.alphaField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
86
        </Property>
 
87
      </Properties>
 
88
      <AuxValues>
 
89
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
90
      </AuxValues>
 
91
    </Component>
 
92
    <Component class="javax.swing.JTextField" name="nField">
 
93
      <Properties>
 
94
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
95
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="WattsStrogatzAlphaPanel.nField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
96
        </Property>
 
97
      </Properties>
 
98
      <AuxValues>
 
99
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
100
      </AuxValues>
 
101
    </Component>
 
102
    <Component class="javax.swing.JTextField" name="kField">
 
103
      <Properties>
 
104
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
105
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="WattsStrogatzAlphaPanel.kField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
106
        </Property>
 
107
      </Properties>
 
108
      <AuxValues>
 
109
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
110
      </AuxValues>
 
111
    </Component>
 
112
    <Component class="javax.swing.JLabel" name="nLabel">
 
113
      <Properties>
 
114
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
115
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="WattsStrogatzAlphaPanel.nLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
116
        </Property>
 
117
      </Properties>
 
118
    </Component>
 
119
    <Component class="javax.swing.JLabel" name="kLabel">
 
120
      <Properties>
 
121
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
122
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="WattsStrogatzAlphaPanel.kLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
123
        </Property>
 
124
      </Properties>
 
125
    </Component>
 
126
    <Component class="javax.swing.JLabel" name="constraintsLabel">
 
127
      <Properties>
 
128
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
129
          <ResourceString bundle="org/gephi/ui/generator/plugin/Bundle.properties" key="WattsStrogatzAlphaPanel.constraintsLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
130
        </Property>
 
131
      </Properties>
 
132
    </Component>
 
133
  </SubComponents>
 
134
</Form>