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