desktop/desktop-sample/src/main/java/cz/xelfi/quoridor/desktop/sample/KukTopComponent.form
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 13 Sep 2010 21:02:55 +0200
branchdesktop
changeset 261 cf7e6b8259e1
parent 257 03762a20a808
child 269 430ab68846fa
permissions -rw-r--r--
Adding images for black and white
jaroslav@257
     1
<?xml version="1.1" encoding="UTF-8" ?>
jaroslav@257
     2
jaroslav@257
     3
<Form version="1.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
jaroslav@261
     4
  <NonVisualComponents>
jaroslav@261
     5
    <Component class="javax.swing.JLabel" name="jLabel1">
jaroslav@261
     6
      <Properties>
jaroslav@261
     7
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
jaroslav@261
     8
          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="KukTopComponent.jLabel1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
jaroslav@261
     9
        </Property>
jaroslav@261
    10
      </Properties>
jaroslav@261
    11
    </Component>
jaroslav@261
    12
  </NonVisualComponents>
jaroslav@257
    13
  <AuxValues>
jaroslav@257
    14
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
jaroslav@257
    15
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
jaroslav@257
    16
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
jaroslav@257
    17
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
jaroslav@257
    18
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
jaroslav@257
    19
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
jaroslav@257
    20
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
jaroslav@257
    21
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
jaroslav@257
    22
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
jaroslav@257
    23
  </AuxValues>
jaroslav@257
    24
jaroslav@257
    25
  <Layout>
jaroslav@257
    26
    <DimensionLayout dim="0">
jaroslav@257
    27
      <Group type="103" groupAlignment="0" attributes="0">
jaroslav@261
    28
          <Group type="102" alignment="0" attributes="0">
jaroslav@261
    29
              <Component id="jButton1" min="-2" max="-2" attributes="0"/>
jaroslav@261
    30
              <EmptySpace pref="225" max="32767" attributes="0"/>
jaroslav@257
    31
          </Group>
jaroslav@261
    32
          <Group type="102" alignment="0" attributes="0">
jaroslav@261
    33
              <Component id="jButton2" min="-2" max="-2" attributes="0"/>
jaroslav@261
    34
              <EmptySpace max="-2" attributes="0"/>
jaroslav@261
    35
          </Group>
jaroslav@261
    36
          <Component id="boardPane1" alignment="1" pref="312" max="32767" attributes="0"/>
jaroslav@257
    37
      </Group>
jaroslav@257
    38
    </DimensionLayout>
jaroslav@257
    39
    <DimensionLayout dim="1">
jaroslav@257
    40
      <Group type="103" groupAlignment="0" attributes="0">
jaroslav@261
    41
          <Group type="102" alignment="0" attributes="0">
jaroslav@261
    42
              <Component id="jButton1" min="-2" max="-2" attributes="0"/>
jaroslav@261
    43
              <EmptySpace max="-2" attributes="0"/>
jaroslav@261
    44
              <Component id="boardPane1" pref="282" max="32767" attributes="0"/>
jaroslav@261
    45
              <EmptySpace max="-2" attributes="0"/>
jaroslav@261
    46
              <Component id="jButton2" min="-2" max="-2" attributes="0"/>
jaroslav@257
    47
          </Group>
jaroslav@257
    48
      </Group>
jaroslav@257
    49
    </DimensionLayout>
jaroslav@257
    50
  </Layout>
jaroslav@257
    51
  <SubComponents>
jaroslav@257
    52
    <Component class="cz.xelfi.quoridor.visidor.BoardPane" name="boardPane1">
jaroslav@257
    53
    </Component>
jaroslav@261
    54
    <Component class="javax.swing.JButton" name="jButton1">
jaroslav@261
    55
      <Properties>
jaroslav@261
    56
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
jaroslav@261
    57
          <Image iconType="3" name="/cz/xelfi/quoridor/desktop/sample/black.png"/>
jaroslav@261
    58
        </Property>
jaroslav@261
    59
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
jaroslav@261
    60
          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="KukTopComponent.jButton1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
jaroslav@261
    61
        </Property>
jaroslav@261
    62
      </Properties>
jaroslav@261
    63
      <Events>
jaroslav@261
    64
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
jaroslav@261
    65
      </Events>
jaroslav@261
    66
    </Component>
jaroslav@261
    67
    <Component class="javax.swing.JButton" name="jButton2">
jaroslav@261
    68
      <Properties>
jaroslav@261
    69
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
jaroslav@261
    70
          <Image iconType="3" name="/cz/xelfi/quoridor/desktop/sample/white.png"/>
jaroslav@261
    71
        </Property>
jaroslav@261
    72
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
jaroslav@261
    73
          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="KukTopComponent.jButton2.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
jaroslav@261
    74
        </Property>
jaroslav@261
    75
      </Properties>
jaroslav@261
    76
      <Events>
jaroslav@261
    77
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
jaroslav@261
    78
      </Events>
jaroslav@261
    79
    </Component>
jaroslav@257
    80
  </SubComponents>
jaroslav@257
    81
</Form>