~ubuntu-branches/ubuntu/trusty/netbeans/trusty

« back to all changes in this revision

Viewing changes to java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/FolderList.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
6
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
7
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
8
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
9
  </AuxValues>
 
10
 
 
11
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
12
  <SubComponents>
 
13
    <Component class="javax.swing.JLabel" name="jLabel1">
 
14
      <Properties>
 
15
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
16
          <ComponentRef name="roots"/>
 
17
        </Property>
 
18
        <Property name="text" type="java.lang.String" value="jLabel1"/>
 
19
      </Properties>
 
20
      <Constraints>
 
21
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
22
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="6" insetsRight="0" anchor="18" weightX="1.0" weightY="0.0"/>
 
23
        </Constraint>
 
24
      </Constraints>
 
25
    </Component>
 
26
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
 
27
      <Constraints>
 
28
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
29
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="0" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="12" anchor="18" weightX="1.0" weightY="1.0"/>
 
30
        </Constraint>
 
31
      </Constraints>
 
32
 
 
33
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
34
      <SubComponents>
 
35
        <Component class="javax.swing.JList" name="roots">
 
36
        </Component>
 
37
      </SubComponents>
 
38
    </Container>
 
39
    <Component class="javax.swing.JButton" name="addButton">
 
40
      <Properties>
 
41
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
42
          <ResourceString bundle="org/netbeans/modules/java/j2seproject/ui/wizards/Bundle.properties" key="CTL_AddFolder" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
43
        </Property>
 
44
      </Properties>
 
45
      <Events>
 
46
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addButtonActionPerformed"/>
 
47
      </Events>
 
48
      <Constraints>
 
49
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
50
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
51
        </Constraint>
 
52
      </Constraints>
 
53
    </Component>
 
54
    <Component class="javax.swing.JButton" name="removeButton">
 
55
      <Properties>
 
56
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
57
          <ResourceString bundle="org/netbeans/modules/java/j2seproject/ui/wizards/Bundle.properties" key="CTL_RemoveFolder" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
58
        </Property>
 
59
      </Properties>
 
60
      <Events>
 
61
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeButtonActionPerformed"/>
 
62
      </Events>
 
63
      <Constraints>
 
64
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
65
          <GridBagConstraints gridX="1" gridY="2" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
66
        </Constraint>
 
67
      </Constraints>
 
68
    </Component>
 
69
  </SubComponents>
 
70
</Form>