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 <NonVisualComponents>
5 <Menu class="javax.swing.JMenuBar" name="menuBar">
6 <SubComponents>
7 <Menu class="javax.swing.JMenu" name="fileMenu">
8 <Properties>
9 <Property name="mnemonic" type="int" value="102"/>
10 <Property name="text" type="java.lang.String" value="File"/>
11 </Properties>
12 <SubComponents>
13 <MenuItem class="javax.swing.JMenuItem" name="openMenuItem">
14 <Properties>
15 <Property name="mnemonic" type="int" value="111"/>
16 <Property name="text" type="java.lang.String" value="Open"/>
17 </Properties>
18 </MenuItem>
19 <MenuItem class="javax.swing.JMenuItem" name="saveMenuItem">
20 <Properties>
21 <Property name="mnemonic" type="int" value="115"/>
22 <Property name="text" type="java.lang.String" value="Save"/>
23 </Properties>
24 </MenuItem>
25 <MenuItem class="javax.swing.JMenuItem" name="saveAsMenuItem">
26 <Properties>
27 <Property name="mnemonic" type="int" value="97"/>
28 <Property name="text" type="java.lang.String" value="Save As ..."/>
29 <Property name="displayedMnemonicIndex" type="int" value="5"/>
30 </Properties>
31 </MenuItem>
32 <MenuItem class="javax.swing.JMenuItem" name="exitMenuItem">
33 <Properties>
34 <Property name="mnemonic" type="int" value="120"/>
35 <Property name="text" type="java.lang.String" value="Exit"/>
36 </Properties>
37 <Events>
38 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="exitMenuItemActionPerformed"/>
39 </Events>
40 </MenuItem>
41 </SubComponents>
42 </Menu>
43 <Menu class="javax.swing.JMenu" name="editMenu">
44 <Properties>
45 <Property name="mnemonic" type="int" value="101"/>
46 <Property name="text" type="java.lang.String" value="Edit"/>
47 </Properties>
48 <SubComponents>
49 <MenuItem class="javax.swing.JMenuItem" name="cutMenuItem">
50 <Properties>
51 <Property name="mnemonic" type="int" value="116"/>
52 <Property name="text" type="java.lang.String" value="Cut"/>
53 </Properties>
54 </MenuItem>
55 <MenuItem class="javax.swing.JMenuItem" name="copyMenuItem">
56 <Properties>
57 <Property name="mnemonic" type="int" value="121"/>
58 <Property name="text" type="java.lang.String" value="Copy"/>
59 </Properties>
60 </MenuItem>
61 <MenuItem class="javax.swing.JMenuItem" name="pasteMenuItem">
62 <Properties>
63 <Property name="mnemonic" type="int" value="112"/>
64 <Property name="text" type="java.lang.String" value="Paste"/>
65 </Properties>
66 </MenuItem>
67 <MenuItem class="javax.swing.JMenuItem" name="deleteMenuItem">
68 <Properties>
69 <Property name="mnemonic" type="int" value="100"/>
70 <Property name="text" type="java.lang.String" value="Delete"/>
71 </Properties>
72 </MenuItem>
73 </SubComponents>
74 </Menu>
75 <Menu class="javax.swing.JMenu" name="helpMenu">
76 <Properties>
77 <Property name="mnemonic" type="int" value="104"/>
78 <Property name="text" type="java.lang.String" value="Help"/>
79 </Properties>
80 <SubComponents>
81 <MenuItem class="javax.swing.JMenuItem" name="contentsMenuItem">
82 <Properties>
83 <Property name="mnemonic" type="int" value="99"/>
84 <Property name="text" type="java.lang.String" value="Contents"/>
85 </Properties>
86 </MenuItem>
87 <MenuItem class="javax.swing.JMenuItem" name="aboutMenuItem">
88 <Properties>
89 <Property name="mnemonic" type="int" value="97"/>
90 <Property name="text" type="java.lang.String" value="About"/>
91 </Properties>
92 </MenuItem>
93 </SubComponents>
94 </Menu>
95 </SubComponents>
96 </Menu>
97 </NonVisualComponents>
98 <Properties>
99 <Property name="defaultCloseOperation" type="int" value="3"/>
100 </Properties>
101 <SyntheticProperties>
102 <SyntheticProperty name="menuBar" type="java.lang.String" value="menuBar"/>
103 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
104 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
105 </SyntheticProperties>
106 <AuxValues>
107 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
108 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
109 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
110 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
111 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
112 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
113 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
114 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
115 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
116 </AuxValues>
117  
118 <Layout>
119 <DimensionLayout dim="0">
120 <Group type="103" groupAlignment="0" attributes="0">
121 <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
122 </Group>
123 </DimensionLayout>
124 <DimensionLayout dim="1">
125 <Group type="103" groupAlignment="0" attributes="0">
126 <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
127 </Group>
128 </DimensionLayout>
129 </Layout>
130 <SubComponents>
131 <Container class="javax.swing.JPanel" name="jPanel1">
132  
133 <Layout>
134 <DimensionLayout dim="0">
135 <Group type="103" groupAlignment="0" attributes="0">
136 <Group type="102" alignment="0" attributes="0">
137 <EmptySpace max="-2" attributes="0"/>
138 <Group type="103" groupAlignment="1" max="-2" attributes="0">
139 <Component id="jTextField1" max="32767" attributes="0"/>
140 <Group type="102" attributes="0">
141 <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
142 <EmptySpace max="-2" attributes="0"/>
143 <Component id="jButton1" min="-2" max="-2" attributes="0"/>
144 </Group>
145 </Group>
146 <EmptySpace pref="228" max="32767" attributes="0"/>
147 </Group>
148 </Group>
149 </DimensionLayout>
150 <DimensionLayout dim="1">
151 <Group type="103" groupAlignment="0" attributes="0">
152 <Group type="102" alignment="0" attributes="0">
153 <EmptySpace min="-2" pref="24" max="-2" attributes="0"/>
154 <Group type="103" groupAlignment="3" attributes="0">
155 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
156 <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
157 </Group>
158 <EmptySpace max="-2" attributes="0"/>
159 <Component id="jTextField1" min="-2" max="-2" attributes="0"/>
160 <EmptySpace pref="206" max="32767" attributes="0"/>
161 </Group>
162 </Group>
163 </DimensionLayout>
164 </Layout>
165 <SubComponents>
166 <Component class="javax.swing.JLabel" name="jLabel1">
167 <Properties>
168 <Property name="text" type="java.lang.String" value="Press this button:"/>
169 </Properties>
170 </Component>
171 <Component class="javax.swing.JButton" name="jButton1">
172 <Properties>
173 <Property name="text" type="java.lang.String" value="jButton1"/>
174 </Properties>
175 </Component>
176 <Component class="javax.swing.JTextField" name="jTextField1">
177 <Events>
178 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextField1ActionPerformed"/>
179 </Events>
180 </Component>
181 </SubComponents>
182 </Container>
183 </SubComponents>
184 </Form>