root/java/SuperPostak/src/cz/frantovo/superPostak/GrafPokus.form @ 3:03d27d3b3f7b

Revision 3:03d27d3b3f7b, 2.5 KB (checked in by František Kučera <franta-hg@…>, 15 years ago)

Drobnosti a Substance LaF

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_generateFQN" type="java.lang.Boolean" value="true"/>
14    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
15    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
16    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
17    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
18    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
19    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
20  </AuxValues>
21
22  <Layout>
23    <DimensionLayout dim="0">
24      <Group type="103" groupAlignment="0" attributes="0">
25          <Group type="102" alignment="0" attributes="0">
26              <EmptySpace max="-2" attributes="0"/>
27              <Component id="mujGraf" max="32767" attributes="0"/>
28              <EmptySpace max="-2" attributes="0"/>
29          </Group>
30      </Group>
31    </DimensionLayout>
32    <DimensionLayout dim="1">
33      <Group type="103" groupAlignment="0" attributes="0">
34          <Group type="102" alignment="0" attributes="0">
35              <EmptySpace max="-2" attributes="0"/>
36              <Component id="mujGraf" max="32767" attributes="0"/>
37              <EmptySpace max="-2" attributes="0"/>
38          </Group>
39      </Group>
40    </DimensionLayout>
41  </Layout>
42  <SubComponents>
43    <Container class="org.jdesktop.swingx.JXGraph" name="mujGraf">
44
45      <Layout>
46        <DimensionLayout dim="0">
47          <Group type="103" groupAlignment="0" attributes="0">
48              <EmptySpace min="0" pref="400" max="32767" attributes="0"/>
49          </Group>
50        </DimensionLayout>
51        <DimensionLayout dim="1">
52          <Group type="103" groupAlignment="0" attributes="0">
53              <EmptySpace min="0" pref="400" max="32767" attributes="0"/>
54          </Group>
55        </DimensionLayout>
56      </Layout>
57    </Container>
58  </SubComponents>
59</Form>
Note: See TracBrowser for help on using the browser.