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
     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_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    20     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
    21     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    22     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    23     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    24   </AuxValues>
    25 
    26   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
    27   <SubComponents>
    28     <Container class="javax.swing.JPanel" name="jPanel1">
    29       <Properties>
    30         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
    31           <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
    32             <EmptyBorder bottom="12" left="11" right="12" top="11"/>
    33           </Border>
    34         </Property>
    35       </Properties>
    36       <Constraints>
    37         <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
    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"/>
    39         </Constraint>
    40       </Constraints>
    41 
    42       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
    43       <SubComponents>
    44         <Component class="javax.swing.JTextArea" name="jTextArea1">
    45           <Properties>
    46             <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
    47               <Color blue="cc" green="cc" id="Panel.background" palette="3" red="cc" type="palette"/>
    48             </Property>
    49             <Property name="editable" type="boolean" value="false"/>
    50             <Property name="lineWrap" type="boolean" value="true"/>
    51             <Property name="text" type="java.lang.String" value="Anagrams&#xa;&#xa;Copyright (c) 2003  Irritable Enterprises, Inc."/>
    52             <Property name="wrapStyleWord" type="boolean" value="true"/>
    53           </Properties>
    54           <Constraints>
    55             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
    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"/>
    57             </Constraint>
    58           </Constraints>
    59         </Component>
    60         <Component class="javax.swing.JButton" name="jButton1">
    61           <Properties>
    62             <Property name="text" type="java.lang.String" value="Close"/>
    63           </Properties>
    64           <Events>
    65             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
    66           </Events>
    67           <Constraints>
    68             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
    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"/>
    70             </Constraint>
    71           </Constraints>
    72         </Component>
    73       </SubComponents>
    74     </Container>
    75   </SubComponents>
    76 </Form>