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