anagramdemo/anagrambase/src/main/java/org/apidesign/demo/anagramwithspringandlookup/Anagrams.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
  <NonVisualComponents>
jtulach@576
     5
    <Menu class="javax.swing.JMenuBar" name="mainMenu">
jtulach@576
     6
      <SubComponents>
jtulach@576
     7
        <Menu class="javax.swing.JMenu" name="File">
jtulach@576
     8
          <Properties>
jtulach@576
     9
            <Property name="text" type="java.lang.String" value="File"/>
jtulach@576
    10
          </Properties>
jtulach@576
    11
          <SubComponents>
jtulach@576
    12
            <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1">
jtulach@576
    13
              <Properties>
jtulach@576
    14
                <Property name="text" type="java.lang.String" value="About"/>
jtulach@576
    15
                <Property name="toolTipText" type="java.lang.String" value="About"/>
jtulach@576
    16
              </Properties>
jtulach@576
    17
              <Events>
jtulach@576
    18
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem1ActionPerformed"/>
jtulach@576
    19
              </Events>
jtulach@576
    20
            </MenuItem>
jtulach@576
    21
            <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">
jtulach@576
    22
              <Properties>
jtulach@576
    23
                <Property name="text" type="java.lang.String" value="Exit"/>
jtulach@576
    24
                <Property name="toolTipText" type="java.lang.String" value="Quit Team, Quit!"/>
jtulach@576
    25
              </Properties>
jtulach@576
    26
              <Events>
jtulach@576
    27
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem2ActionPerformed"/>
jtulach@576
    28
              </Events>
jtulach@576
    29
            </MenuItem>
jtulach@576
    30
          </SubComponents>
jtulach@576
    31
        </Menu>
jtulach@576
    32
      </SubComponents>
jtulach@576
    33
    </Menu>
jtulach@576
    34
  </NonVisualComponents>
jtulach@576
    35
  <Properties>
jtulach@576
    36
    <Property name="title" type="java.lang.String" value="Anagrams"/>
jtulach@576
    37
  </Properties>
jtulach@576
    38
  <SyntheticProperties>
jtulach@576
    39
    <SyntheticProperty name="menuBar" type="java.lang.String" value="mainMenu"/>
jtulach@576
    40
    <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,-6,0,0,1,-112"/>
jtulach@576
    41
    <SyntheticProperty name="formSizePolicy" type="int" value="0"/>
jtulach@576
    42
    <SyntheticProperty name="generateSize" type="boolean" value="true"/>
jtulach@576
    43
    <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
jtulach@576
    44
  </SyntheticProperties>
jtulach@576
    45
  <Events>
jtulach@576
    46
    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="exitForm"/>
jtulach@576
    47
  </Events>
jtulach@576
    48
  <AuxValues>
jtulach@576
    49
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
jtulach@576
    50
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
jtulach@576
    51
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
jtulach@576
    52
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
jtulach@576
    53
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
jtulach@576
    54
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
jtulach@576
    55
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
jtulach@576
    56
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
jtulach@576
    57
  </AuxValues>
jtulach@576
    58
jtulach@576
    59
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
jtulach@576
    60
  <SubComponents>
jtulach@576
    61
    <Container class="javax.swing.JPanel" name="mainPanel">
jtulach@576
    62
      <Properties>
jtulach@576
    63
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
jtulach@576
    64
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
jtulach@576
    65
            <EmptyBorder bottom="12" left="11" right="12" top="11"/>
jtulach@576
    66
          </Border>
jtulach@576
    67
        </Property>
jtulach@576
    68
        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
jtulach@576
    69
          <Dimension value="[297, 200]"/>
jtulach@576
    70
        </Property>
jtulach@576
    71
        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
jtulach@576
    72
          <Dimension value="[297, 200]"/>
jtulach@576
    73
        </Property>
jtulach@576
    74
      </Properties>
jtulach@576
    75
      <Constraints>
jtulach@576
    76
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
jtulach@576
    77
          <BorderConstraints direction="Center"/>
jtulach@576
    78
        </Constraint>
jtulach@576
    79
      </Constraints>
jtulach@576
    80
jtulach@576
    81
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
jtulach@576
    82
      <SubComponents>
jtulach@576
    83
        <Component class="javax.swing.JLabel" name="scrambledLabel">
jtulach@576
    84
          <Properties>
jtulach@576
    85
            <Property name="text" type="java.lang.String" value="Scrambled Word:"/>
jtulach@576
    86
          </Properties>
jtulach@576
    87
          <Constraints>
jtulach@576
    88
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
    89
              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="12" insetsRight="6" anchor="17" weightX="0.0" weightY="0.0"/>
jtulach@576
    90
            </Constraint>
jtulach@576
    91
          </Constraints>
jtulach@576
    92
        </Component>
jtulach@576
    93
        <Component class="javax.swing.JLabel" name="guessLabel">
jtulach@576
    94
          <Properties>
jtulach@576
    95
            <Property name="text" type="java.lang.String" value="Your Guess:"/>
jtulach@576
    96
          </Properties>
jtulach@576
    97
          <Constraints>
jtulach@576
    98
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
    99
              <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="12" insetsBottom="12" insetsRight="6" anchor="17" weightX="0.0" weightY="0.0"/>
jtulach@576
   100
            </Constraint>
jtulach@576
   101
          </Constraints>
jtulach@576
   102
        </Component>
jtulach@576
   103
        <Component class="javax.swing.JLabel" name="feedbackLabel">
jtulach@576
   104
          <Properties>
jtulach@576
   105
            <Property name="text" type="java.lang.String" value=" "/>
jtulach@576
   106
          </Properties>
jtulach@576
   107
          <Constraints>
jtulach@576
   108
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
   109
              <GridBagConstraints gridX="1" gridY="2" gridWidth="2" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="6" insetsRight="6" anchor="10" weightX="1.0" weightY="0.0"/>
jtulach@576
   110
            </Constraint>
jtulach@576
   111
          </Constraints>
jtulach@576
   112
        </Component>
jtulach@576
   113
        <Component class="javax.swing.JButton" name="guessButton">
jtulach@576
   114
          <Properties>
jtulach@576
   115
            <Property name="mnemonic" type="int" value="71"/>
jtulach@576
   116
            <Property name="text" type="java.lang.String" value="Guess"/>
jtulach@576
   117
            <Property name="toolTipText" type="java.lang.String" value="Guess the scrambled word."/>
jtulach@576
   118
          </Properties>
jtulach@576
   119
          <Events>
jtulach@576
   120
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="guessedWordActionPerformed"/>
jtulach@576
   121
          </Events>
jtulach@576
   122
          <Constraints>
jtulach@576
   123
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
   124
              <GridBagConstraints gridX="2" gridY="3" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="11" insetsRight="6" anchor="13" weightX="0.0" weightY="0.0"/>
jtulach@576
   125
            </Constraint>
jtulach@576
   126
          </Constraints>
jtulach@576
   127
        </Component>
jtulach@576
   128
        <Component class="javax.swing.JTextField" name="scrambledWord">
jtulach@576
   129
          <Properties>
jtulach@576
   130
            <Property name="editable" type="boolean" value="false"/>
jtulach@576
   131
          </Properties>
jtulach@576
   132
          <Constraints>
jtulach@576
   133
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
   134
              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="3" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="0" insetsBottom="12" insetsRight="11" anchor="10" weightX="1.0" weightY="0.0"/>
jtulach@576
   135
            </Constraint>
jtulach@576
   136
          </Constraints>
jtulach@576
   137
        </Component>
jtulach@576
   138
        <Component class="javax.swing.JTextField" name="guessedWord">
jtulach@576
   139
          <Constraints>
jtulach@576
   140
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
   141
              <GridBagConstraints gridX="1" gridY="1" gridWidth="3" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="12" insetsRight="11" anchor="10" weightX="1.0" weightY="0.0"/>
jtulach@576
   142
            </Constraint>
jtulach@576
   143
          </Constraints>
jtulach@576
   144
        </Component>
jtulach@576
   145
        <Component class="javax.swing.JButton" name="nextTrial">
jtulach@576
   146
          <Properties>
jtulach@576
   147
            <Property name="mnemonic" type="int" value="78"/>
jtulach@576
   148
            <Property name="text" type="java.lang.String" value="New Word"/>
jtulach@576
   149
            <Property name="toolTipText" type="java.lang.String" value="Fetch a new word."/>
jtulach@576
   150
          </Properties>
jtulach@576
   151
          <Events>
jtulach@576
   152
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nextTrialActionPerformed"/>
jtulach@576
   153
          </Events>
jtulach@576
   154
          <Constraints>
jtulach@576
   155
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
jtulach@576
   156
              <GridBagConstraints gridX="3" gridY="3" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="11" insetsRight="11" anchor="10" weightX="0.0" weightY="0.0"/>
jtulach@576
   157
            </Constraint>
jtulach@576
   158
          </Constraints>
jtulach@576
   159
        </Component>
jtulach@576
   160
      </SubComponents>
jtulach@576
   161
    </Container>
jtulach@576
   162
  </SubComponents>
jtulach@576
   163
</Form>