anagramdemo/anagrambase/src/main/java/org/apidesign/demo/anagramwithspringandlookup/About.form
author Jaroslav Tulach <jtulach@netbeans.org>
Mon, 08 Feb 2010 14:51:45 +0100
changeset 977 5cb76f2cb8a0
permissions -rw-r--r--
Hyperlink to Lookup and ApplicationContext's javadocs
jtulach@576
     1
<?xml version="1.0" encoding="UTF-8" ?>
jtulach@576
     2
jtulach@576
     3
<Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
jtulach@576
     4
  <Properties>
jtulach@576
     5
    <Property name="defaultCloseOperation" type="int" value="2"/>
jtulach@576
     6
    <Property name="title" type="java.lang.String" value="About Anagrams"/>
jtulach@576
     7
  </Properties>
jtulach@576
     8
  <SyntheticProperties>
jtulach@576
     9
    <SyntheticProperty name="formSize" 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,0,-25,0,0,1,53"/>
jtulach@576
    10
    <SyntheticProperty name="formSizePolicy" type="int" value="0"/>
jtulach@576
    11
    <SyntheticProperty name="generateSize" type="boolean" value="true"/>
jtulach@576
    12
    <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
jtulach@576
    13
  </SyntheticProperties>
jtulach@576
    14
  <Events>
jtulach@576
    15
    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="exitForm"/>
jtulach@576
    16
  </Events>
jtulach@576
    17
  <AuxValues>
jtulach@576
    18
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
jtulach@576
    19
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
jtulach@576
    20
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
jtulach@576
    21
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
jtulach@576
    22
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
jtulach@576
    23
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
jtulach@576
    24
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
jtulach@576
    25
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
jtulach@576
    26
  </AuxValues>
jtulach@576
    27
jtulach@576
    28
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
jtulach@576
    29
  <SubComponents>
jtulach@576
    30
    <Container class="javax.swing.JPanel" name="jPanel1">
jtulach@576
    31
      <Properties>
jtulach@576
    32
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
jtulach@576
    33
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
jtulach@576
    34
            <EmptyBorder bottom="12" left="11" right="12" top="11"/>
jtulach@576
    35
          </Border>
jtulach@576
    36
        </Property>
jtulach@576
    37
      </Properties>
jtulach@576
    38
      <Constraints>
jtulach@576
    39
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
    40
          <GridBagConstraints gridX="-1" gridY="-1" 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"/>
jtulach@576
    41
        </Constraint>
jtulach@576
    42
      </Constraints>
jtulach@576
    43
jtulach@576
    44
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
jtulach@576
    45
      <SubComponents>
jtulach@576
    46
        <Component class="javax.swing.JTextArea" name="jTextArea1">
jtulach@576
    47
          <Properties>
jtulach@576
    48
            <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
jtulach@576
    49
              <Color blue="cc" green="cc" id="Panel.background" palette="3" red="cc" type="palette"/>
jtulach@576
    50
            </Property>
jtulach@576
    51
            <Property name="editable" type="boolean" value="false"/>
jtulach@576
    52
            <Property name="lineWrap" type="boolean" value="true"/>
jtulach@576
    53
            <Property name="text" type="java.lang.String" value="Anagrams&#xa;&#xa;Copyright (c) 2003  Irritable Enterprises, Inc."/>
jtulach@576
    54
            <Property name="wrapStyleWord" type="boolean" value="true"/>
jtulach@576
    55
          </Properties>
jtulach@576
    56
          <Constraints>
jtulach@576
    57
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
    58
              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="12" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
jtulach@576
    59
            </Constraint>
jtulach@576
    60
          </Constraints>
jtulach@576
    61
        </Component>
jtulach@576
    62
        <Component class="javax.swing.JButton" name="jButton1">
jtulach@576
    63
          <Properties>
jtulach@576
    64
            <Property name="text" type="java.lang.String" value="Close"/>
jtulach@576
    65
          </Properties>
jtulach@576
    66
          <Events>
jtulach@576
    67
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
jtulach@576
    68
          </Events>
jtulach@576
    69
          <Constraints>
jtulach@576
    70
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
    71
              <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
jtulach@576
    72
            </Constraint>
jtulach@576
    73
          </Constraints>
jtulach@576
    74
        </Component>
jtulach@576
    75
      </SubComponents>
jtulach@576
    76
    </Container>
jtulach@576
    77
  </SubComponents>
jtulach@576
    78
</Form>