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

« back to all changes in this revision

Viewing changes to usersguide/j2seexamples/src/org/netbeans/modules/java/examples/PanelOptionsVisual.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" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <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,2,18,0,0,2,-33"/>
 
6
  </AuxValues>
 
7
 
 
8
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
9
  <SubComponents>
 
10
    <Component class="javax.swing.JCheckBox" name="setAsMainCheckBox">
 
11
      <Properties>
 
12
        <Property name="mnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor">
 
13
          <ResourceString bundle="org/netbeans/modules/web/examples/Bundle.properties" key="LBL_NWP1_SetAsMain_CheckBoxMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
14
        </Property>
 
15
        <Property name="selected" type="boolean" value="true"/>
 
16
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
17
          <ResourceString bundle="org/netbeans/modules/web/examples/Bundle.properties" key="LBL_NWP1_SetAsMain_CheckBox" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
18
        </Property>
 
19
        <Property name="actionCommand" type="java.lang.String" value="Set as Main Project"/>
 
20
        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
 
21
          <Insets value="[0, 0, 0, 0]"/>
 
22
        </Property>
 
23
      </Properties>
 
24
      <AccessibilityProperties>
 
25
        <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
26
          <ResourceString bundle="org/netbeans/modules/web/examples/Bundle.properties" key="ACS_LBL_NWP1_SetAsMain_A11YDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
27
        </Property>
 
28
      </AccessibilityProperties>
 
29
      <Constraints>
 
30
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
31
          <GridBagConstraints gridX="0" gridY="0" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="11" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
32
        </Constraint>
 
33
      </Constraints>
 
34
    </Component>
 
35
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
 
36
      <Properties>
 
37
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
38
          <Border info="null"/>
 
39
        </Property>
 
40
      </Properties>
 
41
      <Constraints>
 
42
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
43
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="0" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="12" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
 
44
        </Constraint>
 
45
      </Constraints>
 
46
 
 
47
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
48
    </Container>
 
49
  </SubComponents>
 
50
</Form>