1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4  <AuxValues>
5    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
6    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
7    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
8    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
9    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
10    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
11    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
12    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
13    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
14  </AuxValues>
15
16  <Layout>
17    <DimensionLayout dim="0">
18      <Group type="103" groupAlignment="0" attributes="0">
19          <Group type="102" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="0" attributes="0">
22                  <Group type="102" alignment="0" attributes="0">
23                      <Component id="remotePlayer1" min="-2" max="-2" attributes="0"/>
24                      <EmptySpace pref="242" max="32767" attributes="0"/>
25                      <Component id="remotePlayer2" min="-2" max="-2" attributes="0"/>
26                      <EmptySpace pref="242" max="32767" attributes="0"/>
27                      <Component id="remotePlayer3" min="-2" max="-2" attributes="0"/>
28                  </Group>
29                  <Group type="102" alignment="0" attributes="0">
30                      <Component id="localPlayer" min="-2" max="-2" attributes="0"/>
31                      <EmptySpace max="32767" attributes="0"/>
32                      <Component id="remotePlayer5" min="-2" max="-2" attributes="0"/>
33                      <EmptySpace max="32767" attributes="0"/>
34                      <Component id="remotePlayer4" min="-2" max="-2" attributes="0"/>
35                  </Group>
36                  <Group type="102" alignment="0" attributes="0">
37                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
38                      <Component id="communityCards" min="-2" max="-2" attributes="0"/>
39                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
40                  </Group>
41              </Group>
42              <EmptySpace max="-2" attributes="0"/>
43          </Group>
44      </Group>
45    </DimensionLayout>
46    <DimensionLayout dim="1">
47      <Group type="103" groupAlignment="0" attributes="0">
48          <Group type="102" alignment="1" attributes="0">
49              <EmptySpace max="-2" attributes="0"/>
50              <Group type="103" groupAlignment="0" attributes="0">
51                  <Component id="remotePlayer1" min="-2" max="-2" attributes="0"/>
52                  <Component id="remotePlayer2" min="-2" max="-2" attributes="0"/>
53                  <Component id="remotePlayer3" min="-2" max="-2" attributes="0"/>
54              </Group>
55              <EmptySpace type="separate" max="32767" attributes="0"/>
56              <Component id="communityCards" min="-2" max="-2" attributes="0"/>
57              <EmptySpace type="separate" max="32767" attributes="0"/>
58              <Group type="103" groupAlignment="0" attributes="0">
59                  <Component id="localPlayer" alignment="1" min="-2" max="-2" attributes="0"/>
60                  <Component id="remotePlayer5" alignment="1" min="-2" max="-2" attributes="0"/>
61                  <Component id="remotePlayer4" alignment="1" min="-2" max="-2" attributes="0"/>
62              </Group>
63              <EmptySpace max="-2" attributes="0"/>
64          </Group>
65      </Group>
66    </DimensionLayout>
67  </Layout>
68  <SubComponents>
69    <Component class="com.tonikelope.coronapoker.LocalPlayer" name="localPlayer">
70    </Component>
71    <Component class="com.tonikelope.coronapoker.RemotePlayer" name="remotePlayer1">
72    </Component>
73    <Component class="com.tonikelope.coronapoker.RemotePlayer" name="remotePlayer2">
74    </Component>
75    <Component class="com.tonikelope.coronapoker.RemotePlayer" name="remotePlayer3">
76    </Component>
77    <Component class="com.tonikelope.coronapoker.RemotePlayer" name="remotePlayer4">
78    </Component>
79    <Component class="com.tonikelope.coronapoker.RemotePlayer" name="remotePlayer5">
80    </Component>
81    <Component class="com.tonikelope.coronapoker.CommunityCardsPanel" name="communityCards">
82    </Component>
83  </SubComponents>
84</Form>
85