root/java/SuperPostak/src/cz/frantovo/superPostak/GrafPokus.form @ 0:e76872ad5226

Revision 0:e76872ad5226, 2.4 KB (checked in by František Kučera <franta-hg@…>, 15 years ago)

Přidání SuperPošťáka? do Mercurialu (původně byl v Subversionu)
Postak – základ, knihovna
SuperPostak? – GUI nadstavba
SuperPostak?2 – pokus o implementaci aplikace jako modulu pro Netbeans, POZOR: není přidán do Mercurialu, možná později (pravděpodobně se ale nebude používat)

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4  <Properties>
5    <Property name="defaultCloseOperation" type="int" value="3"/>
6  </Properties>
7  <SyntheticProperties>
8    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
9  </SyntheticProperties>
10  <AuxValues>
11    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
12    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
13    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
14    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
15    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
16    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
17    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
18    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
19  </AuxValues>
20
21  <Layout>
22    <DimensionLayout dim="0">
23      <Group type="103" groupAlignment="0" attributes="0">
24          <Group type="102" alignment="0" attributes="0">
25              <EmptySpace max="-2" attributes="0"/>
26              <Component id="mujGraf" max="32767" attributes="0"/>
27              <EmptySpace max="-2" attributes="0"/>
28          </Group>
29      </Group>
30    </DimensionLayout>
31    <DimensionLayout dim="1">
32      <Group type="103" groupAlignment="0" attributes="0">
33          <Group type="102" alignment="0" attributes="0">
34              <EmptySpace max="-2" attributes="0"/>
35              <Component id="mujGraf" max="32767" attributes="0"/>
36              <EmptySpace max="-2" attributes="0"/>
37          </Group>
38      </Group>
39    </DimensionLayout>
40  </Layout>
41  <SubComponents>
42    <Container class="org.jdesktop.swingx.JXGraph" name="mujGraf">
43
44      <Layout>
45        <DimensionLayout dim="0">
46          <Group type="103" groupAlignment="0" attributes="0">
47              <EmptySpace min="0" pref="465" max="32767" attributes="0"/>
48          </Group>
49        </DimensionLayout>
50        <DimensionLayout dim="1">
51          <Group type="103" groupAlignment="0" attributes="0">
52              <EmptySpace min="0" pref="422" max="32767" attributes="0"/>
53          </Group>
54        </DimensionLayout>
55      </Layout>
56    </Container>
57  </SubComponents>
58</Form>
Note: See TracBrowser for help on using the browser.