~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to ide/projectimport/bluej/src/org/netbeans/bluej/MainClassChooser.form

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<Form version="1.3" 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="[380, 300]"/>
 
7
    </Property>
 
8
  </Properties>
 
9
  <AccessibilityProperties>
 
10
    <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
11
      <ResourceString bundle="org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties" key="AD_MainClassChooser" replaceFormat="org.openide.util.NbBundle.getBundle({sourceFileName}.class).getString(&quot;{key}&quot;)"/>
 
12
    </Property>
 
13
  </AccessibilityProperties>
 
14
  <AuxValues>
 
15
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
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
                  <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="1"/>
 
28
                  <Group type="102" alignment="0" attributes="0">
 
29
                      <EmptySpace min="4" pref="4" max="4" attributes="0"/>
 
30
                      <Component id="jScrollPane1" pref="388" max="32767" attributes="1"/>
 
31
                  </Group>
 
32
                  <Group type="102" alignment="0" attributes="0">
 
33
                      <Component id="lblArguments" min="-2" max="-2" attributes="0"/>
 
34
                      <EmptySpace max="-2" attributes="0"/>
 
35
                      <Component id="txtArguments" pref="315" max="32767" attributes="0"/>
 
36
                  </Group>
 
37
              </Group>
 
38
              <EmptySpace max="-2" attributes="0"/>
 
39
          </Group>
 
40
      </Group>
 
41
    </DimensionLayout>
 
42
    <DimensionLayout dim="1">
 
43
      <Group type="103" groupAlignment="0" attributes="0">
 
44
          <Group type="102" attributes="0">
 
45
              <EmptySpace min="-2" max="-2" attributes="0"/>
 
46
              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
 
47
              <EmptySpace min="-2" max="-2" attributes="0"/>
 
48
              <Component id="jScrollPane1" pref="154" max="32767" attributes="0"/>
 
49
              <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
 
50
              <Group type="103" groupAlignment="3" attributes="0">
 
51
                  <Component id="lblArguments" alignment="3" min="-2" max="-2" attributes="0"/>
 
52
                  <Component id="txtArguments" alignment="3" min="-2" max="-2" attributes="0"/>
 
53
              </Group>
 
54
              <EmptySpace min="-2" pref="61" max="-2" attributes="0"/>
 
55
          </Group>
 
56
      </Group>
 
57
    </DimensionLayout>
 
58
  </Layout>
 
59
  <SubComponents>
 
60
    <Component class="javax.swing.JLabel" name="jLabel1">
 
61
      <Properties>
 
62
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
63
          <ComponentRef name="jMainClassList"/>
 
64
        </Property>
 
65
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
66
          <ResourceString bundle="org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties" key="CTL_AvaialableMainClasses" replaceFormat="org.openide.util.NbBundle.getBundle({sourceFileName}.class).getString(&quot;{key}&quot;)"/>
 
67
        </Property>
 
68
      </Properties>
 
69
      <AuxValues>
 
70
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
71
      </AuxValues>
 
72
    </Component>
 
73
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
 
74
      <Properties>
 
75
        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
76
          <Dimension value="[100, 200]"/>
 
77
        </Property>
 
78
      </Properties>
 
79
 
 
80
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
81
      <SubComponents>
 
82
        <Component class="javax.swing.JList" name="jMainClassList">
 
83
          <AccessibilityProperties>
 
84
            <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
85
              <ResourceString bundle="org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties" key="AD_jMainClassList" replaceFormat="org.openide.util.NbBundle.getBundle({sourceFileName}.class).getString(&quot;{key}&quot;)"/>
 
86
            </Property>
 
87
          </AccessibilityProperties>
 
88
        </Component>
 
89
      </SubComponents>
 
90
    </Container>
 
91
    <Component class="javax.swing.JLabel" name="lblArguments">
 
92
      <Properties>
 
93
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
94
          <ResourceString bundle="org/netbeans/bluej/Bundle.properties" key="LBL_Run_Arguments" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
95
        </Property>
 
96
      </Properties>
 
97
    </Component>
 
98
    <Component class="javax.swing.JTextField" name="txtArguments">
 
99
    </Component>
 
100
  </SubComponents>
 
101
</Form>