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

« back to all changes in this revision

Viewing changes to j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/BrokenReferencesAlertPanel.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
  <Properties>
 
5
    <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
6
      <Dimension value="[350, 100]"/>
 
7
    </Property>
 
8
  </Properties>
 
9
  <AuxValues>
 
10
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
 
11
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
12
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
 
13
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
14
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
15
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
16
    <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"/>
 
17
  </AuxValues>
 
18
 
 
19
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
20
  <SubComponents>
 
21
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
 
22
      <Properties>
 
23
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
24
          <Border info="null"/>
 
25
        </Property>
 
26
      </Properties>
 
27
      <Constraints>
 
28
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
29
          <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="11" insetsLeft="11" insetsBottom="0" insetsRight="0" anchor="18" weightX="1.0" weightY="0.9"/>
 
30
        </Constraint>
 
31
      </Constraints>
 
32
 
 
33
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
34
      <SubComponents>
 
35
        <Component class="javax.swing.JTextArea" name="message">
 
36
          <Properties>
 
37
            <Property name="editable" type="boolean" value="false"/>
 
38
            <Property name="lineWrap" type="boolean" value="true"/>
 
39
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
40
              <ResourceString bundle="org/netbeans/modules/java/j2seproject/ui/Bundle.properties" key="MSG_Broken_References" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
41
            </Property>
 
42
            <Property name="wrapStyleWord" type="boolean" value="true"/>
 
43
            <Property name="opaque" type="boolean" value="false"/>
 
44
          </Properties>
 
45
        </Component>
 
46
      </SubComponents>
 
47
    </Container>
 
48
    <Component class="javax.swing.JCheckBox" name="again">
 
49
      <Properties>
 
50
        <Property name="selected" type="boolean" value="true"/>
 
51
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
52
          <ResourceString bundle="org/netbeans/modules/java/j2seproject/ui/Bundle.properties" key="MSG_Broken_References_Again" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
53
        </Property>
 
54
      </Properties>
 
55
      <Events>
 
56
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="againActionPerformed"/>
 
57
      </Events>
 
58
      <Constraints>
 
59
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
60
          <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="6" insetsLeft="11" insetsBottom="0" insetsRight="0" anchor="18" weightX="1.0" weightY="0.1"/>
 
61
        </Constraint>
 
62
      </Constraints>
 
63
    </Component>
 
64
  </SubComponents>
 
65
</Form>