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