Biblioteca Java - Blame information for rev 32

Subversion Repositories:
Rev:
Rev Author Line No. Line
32 mihai 1 <?xml version="1.0" encoding="UTF-8" ?>
2  
3 <Form version="1.3" maxVersion="1.9" 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 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
10 </SyntheticProperties>
11 <AuxValues>
12 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
13 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
14 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
15 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
16 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
17 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
18 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
19 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
20 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
21 </AuxValues>
22  
23 <Layout>
24 <DimensionLayout dim="0">
25 <Group type="103" groupAlignment="0" attributes="0">
26 <Group type="102" attributes="0">
27 <EmptySpace max="-2" attributes="0"/>
28 <Group type="103" groupAlignment="0" attributes="0">
29 <Component id="jButton4" alignment="0" min="-2" max="-2" attributes="0"/>
30 <Component id="jButton1" alignment="0" min="-2" max="-2" attributes="0"/>
31 <Component id="jButton2" alignment="0" min="-2" max="-2" attributes="0"/>
32 <Component id="jButton3" alignment="0" min="-2" max="-2" attributes="0"/>
33 </Group>
34 <EmptySpace max="-2" attributes="0"/>
35 <Component id="jScrollPane1" pref="309" max="32767" attributes="0"/>
36 <EmptySpace max="-2" attributes="0"/>
37 </Group>
38 </Group>
39 </DimensionLayout>
40 <DimensionLayout dim="1">
41 <Group type="103" groupAlignment="0" attributes="0">
42 <Group type="102" alignment="0" attributes="0">
43 <EmptySpace max="-2" attributes="0"/>
44 <Group type="103" groupAlignment="0" attributes="0">
45 <Component id="jScrollPane1" max="32767" attributes="0"/>
46 <Group type="102" attributes="0">
47 <Component id="jButton1" min="-2" max="-2" attributes="0"/>
48 <EmptySpace type="unrelated" max="-2" attributes="0"/>
49 <Component id="jButton2" min="-2" max="-2" attributes="0"/>
50 <EmptySpace type="unrelated" max="-2" attributes="0"/>
51 <Component id="jButton3" min="-2" max="-2" attributes="0"/>
52 <EmptySpace min="-2" pref="15" max="-2" attributes="0"/>
53 <Component id="jButton4" min="-2" max="-2" attributes="0"/>
54 <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
55 </Group>
56 </Group>
57 <EmptySpace max="-2" attributes="0"/>
58 </Group>
59 </Group>
60 </DimensionLayout>
61 </Layout>
62 <SubComponents>
63 <Component class="javax.swing.JButton" name="jButton1">
64 <Properties>
65 <Property name="text" type="java.lang.String" value="Floor 3"/>
66 </Properties>
67 <Events>
68 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
69 </Events>
70 </Component>
71 <Component class="javax.swing.JButton" name="jButton2">
72 <Properties>
73 <Property name="text" type="java.lang.String" value="Floor 2"/>
74 </Properties>
75 <Events>
76 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
77 </Events>
78 </Component>
79 <Component class="javax.swing.JButton" name="jButton3">
80 <Properties>
81 <Property name="text" type="java.lang.String" value="Floor 1"/>
82 </Properties>
83 <Events>
84 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
85 </Events>
86 </Component>
87 <Component class="javax.swing.JButton" name="jButton4">
88 <Properties>
89 <Property name="text" type="java.lang.String" value="Floor 0"/>
90 </Properties>
91 <Events>
92 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton4ActionPerformed"/>
93 </Events>
94 </Component>
95 <Container class="javax.swing.JScrollPane" name="jScrollPane1">
96  
97 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
98 <SubComponents>
99 <Component class="javax.swing.JTextArea" name="jTextArea1">
100 <Properties>
101 <Property name="columns" type="int" value="20"/>
102 <Property name="rows" type="int" value="5"/>
103 </Properties>
104 </Component>
105 </SubComponents>
106 </Container>
107 </SubComponents>
108 </Form>