samples/componentinjection/anagram-plain/src/org/apidesign/anagram/ui/About.form
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:06:39 +0200
changeset 213 de35ca154c1d
permissions -rw-r--r--
Showing regular Anagram game
jtulach@213
     1
<?xml version="1.0" encoding="UTF-8" ?>
jtulach@213
     2
jtulach@213
     3
<Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
jtulach@213
     4
  <Properties>
jtulach@213
     5
    <Property name="defaultCloseOperation" type="int" value="2"/>
jtulach@213
     6
    <Property name="title" type="java.lang.String" value="About Anagrams"/>
jtulach@213
     7
  </Properties>
jtulach@213
     8
  <SyntheticProperties>
jtulach@213
     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@213
    10
    <SyntheticProperty name="formSizePolicy" type="int" value="0"/>
jtulach@213
    11
    <SyntheticProperty name="generateSize" type="boolean" value="true"/>
jtulach@213
    12
    <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
jtulach@213
    13
  </SyntheticProperties>
jtulach@213
    14
  <Events>
jtulach@213
    15
    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="exitForm"/>
jtulach@213
    16
  </Events>
jtulach@213
    17
  <AuxValues>
jtulach@213
    18
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
jtulach@213
    19
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
jtulach@213
    20
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
jtulach@213
    21
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
jtulach@213
    22
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
jtulach@213
    23
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
jtulach@213
    24
  </AuxValues>
jtulach@213
    25
jtulach@213
    26
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
jtulach@213
    27
  <SubComponents>
jtulach@213
    28
    <Container class="javax.swing.JPanel" name="jPanel1">
jtulach@213
    29
      <Properties>
jtulach@213
    30
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
jtulach@213
    31
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
jtulach@213
    32
            <EmptyBorder bottom="12" left="11" right="12" top="11"/>
jtulach@213
    33
          </Border>
jtulach@213
    34
        </Property>
jtulach@213
    35
      </Properties>
jtulach@213
    36
      <Constraints>
jtulach@213
    37
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@213
    38
          <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@213
    39
        </Constraint>
jtulach@213
    40
      </Constraints>
jtulach@213
    41
jtulach@213
    42
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
jtulach@213
    43
      <SubComponents>
jtulach@213
    44
        <Component class="javax.swing.JTextArea" name="jTextArea1">
jtulach@213
    45
          <Properties>
jtulach@213
    46
            <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
jtulach@213
    47
              <Color blue="cc" green="cc" id="Panel.background" palette="3" red="cc" type="palette"/>
jtulach@213
    48
            </Property>
jtulach@213
    49
            <Property name="editable" type="boolean" value="false"/>
jtulach@213
    50
            <Property name="lineWrap" type="boolean" value="true"/>
jtulach@213
    51
            <Property name="text" type="java.lang.String" value="Anagrams&#xa;&#xa;Copyright (c) 2003  Irritable Enterprises, Inc."/>
jtulach@213
    52
            <Property name="wrapStyleWord" type="boolean" value="true"/>
jtulach@213
    53
          </Properties>
jtulach@213
    54
          <Constraints>
jtulach@213
    55
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@213
    56
              <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@213
    57
            </Constraint>
jtulach@213
    58
          </Constraints>
jtulach@213
    59
        </Component>
jtulach@213
    60
        <Component class="javax.swing.JButton" name="jButton1">
jtulach@213
    61
          <Properties>
jtulach@213
    62
            <Property name="text" type="java.lang.String" value="Close"/>
jtulach@213
    63
          </Properties>
jtulach@213
    64
          <Events>
jtulach@213
    65
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
jtulach@213
    66
          </Events>
jtulach@213
    67
          <Constraints>
jtulach@213
    68
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@213
    69
              <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@213
    70
            </Constraint>
jtulach@213
    71
          </Constraints>
jtulach@213
    72
        </Component>
jtulach@213
    73
      </SubComponents>
jtulach@213
    74
    </Container>
jtulach@213
    75
  </SubComponents>
jtulach@213
    76
</Form>