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

« back to all changes in this revision

Viewing changes to java/editor/src/org/netbeans/modules/java/editor/imports/FixDuplicateImportStmts.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.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <Properties>
 
5
    <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
6
      <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
7
        <EmptyBorder bottom="12" left="12" right="12" top="12"/>
 
8
      </Border>
 
9
    </Property>
 
10
  </Properties>
 
11
  <AuxValues>
 
12
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
13
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
 
14
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
15
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
16
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
17
    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>
 
18
  </AuxValues>
 
19
 
 
20
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
21
  <SubComponents>
 
22
    <Component class="javax.swing.JLabel" name="lblTitle">
 
23
      <Properties>
 
24
        <Property name="text" type="java.lang.String" value="~Select the fully qualified name to use in the import statement."/>
 
25
      </Properties>
 
26
      <Constraints>
 
27
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
28
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="6" insetsRight="0" anchor="17" weightX="0.1" weightY="0.0"/>
 
29
        </Constraint>
 
30
      </Constraints>
 
31
    </Component>
 
32
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
 
33
      <Properties>
 
34
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
35
          <Border info="null"/>
 
36
        </Property>
 
37
      </Properties>
 
38
      <Constraints>
 
39
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
40
          <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
 
41
        </Constraint>
 
42
      </Constraints>
 
43
 
 
44
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
45
      <SubComponents>
 
46
        <Container class="javax.swing.JPanel" name="contentPanel">
 
47
 
 
48
          <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
49
        </Container>
 
50
      </SubComponents>
 
51
    </Container>
 
52
    <Container class="javax.swing.JPanel" name="bottomPanel">
 
53
      <Constraints>
 
54
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
55
          <GridBagConstraints gridX="0" gridY="3" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="0.0"/>
 
56
        </Constraint>
 
57
      </Constraints>
 
58
 
 
59
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
 
60
    </Container>
 
61
    <Component class="javax.swing.JLabel" name="lblHeader">
 
62
      <Properties>
 
63
        <Property name="text" type="java.lang.String" value="~Import Statements:"/>
 
64
      </Properties>
 
65
      <Constraints>
 
66
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
67
          <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="3" insetsLeft="0" insetsBottom="3" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
68
        </Constraint>
 
69
      </Constraints>
 
70
    </Component>
 
71
  </SubComponents>
 
72
</Form>