Biblioteca Java - Blame information for rev 3
Subversion Repositories:
Rev | Author | Line No. | Line |
---|---|---|---|
3 | 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 class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout"> | ||
24 | <Property name="useNullLayout" type="boolean" value="true"/> | ||
25 | </Layout> | ||
26 | <SubComponents> | ||
27 | <Component class="javax.swing.JLabel" name="jLabel2"> | ||
28 | <Properties> | ||
29 | <Property name="text" type="java.lang.String" value="Linia 1"/> | ||
30 | </Properties> | ||
31 | <Constraints> | ||
32 | <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> | ||
33 | <AbsoluteConstraints x="30" y="70" width="50" height="-1"/> | ||
34 | </Constraint> | ||
35 | </Constraints> | ||
36 | </Component> | ||
37 | <Component class="javax.swing.JTextField" name="jtLinia1"> | ||
38 | <Constraints> | ||
39 | <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> | ||
40 | <AbsoluteConstraints x="80" y="70" width="100" height="-1"/> | ||
41 | </Constraint> | ||
42 | </Constraints> | ||
43 | </Component> | ||
44 | <Container class="javax.swing.JScrollPane" name="jScrollPane1"> | ||
45 | <AuxValues> | ||
46 | <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> | ||
47 | </AuxValues> | ||
48 | <Constraints> | ||
49 | <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> | ||
50 | <AbsoluteConstraints x="20" y="130" width="370" height="160"/> | ||
51 | </Constraint> | ||
52 | </Constraints> | ||
53 | |||
54 | <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> | ||
55 | <SubComponents> | ||
56 | <Component class="javax.swing.JTextArea" name="jtArea"> | ||
57 | <Properties> | ||
58 | <Property name="columns" type="int" value="20"/> | ||
59 | <Property name="rows" type="int" value="5"/> | ||
60 | </Properties> | ||
61 | </Component> | ||
62 | </SubComponents> | ||
63 | </Container> | ||
64 | <Component class="javax.swing.JButton" name="jbSchimbaSemafor"> | ||
65 | <Properties> | ||
66 | <Property name="text" type="java.lang.String" value="Schimba semafor"/> | ||
67 | </Properties> | ||
68 | <Events> | ||
69 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jbSchimbaSemaforActionPerformed"/> | ||
70 | </Events> | ||
71 | <Constraints> | ||
72 | <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> | ||
73 | <AbsoluteConstraints x="260" y="70" width="120" height="-1"/> | ||
74 | </Constraint> | ||
75 | </Constraints> | ||
76 | </Component> | ||
77 | </SubComponents> | ||
78 | </Form> |