-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathtest.xml
More file actions
68 lines (68 loc) · 1.85 KB
/
Copy pathtest.xml
File metadata and controls
68 lines (68 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.6.0_01" class="java.beans.XMLDecoder">
<object class="javax.swing.JFrame">
<void property="bounds">
<object class="java.awt.Rectangle">
<int>33</int>
<int>0</int>
<int>400</int>
<int>200</int>
</object>
</void>
<void property="contentPane">
<void method="add">
<object class="javax.swing.JButton">
<string>Load</string>
<void method="addActionListener">
<object class="java.beans.EventHandler" method="create">
<class>java.awt.event.ActionListener</class>
<object id="PersistentFrameTest0" class="PersistentFrameTest"/>
<string>load</string>
</object>
</void>
</object>
</void>
<void method="add">
<object class="javax.swing.JButton">
<string>Save</string>
<void property="model">
<void property="rollover">
<boolean>true</boolean>
</void>
</void>
<void method="addActionListener">
<object class="java.beans.EventHandler" method="create">
<class>java.awt.event.ActionListener</class>
<object idref="PersistentFrameTest0"/>
<string>save</string>
</object>
</void>
</object>
</void>
<void property="layout">
<object class="java.awt.FlowLayout"/>
</void>
</void>
<void property="defaultCloseOperation">
<int>3</int>
</void>
<void property="minimumSize">
<object class="java.awt.Dimension">
<int>143</int>
<int>62</int>
</object>
</void>
<void property="name">
<string>frame0</string>
</void>
<void property="title">
<string>PersistentFrameTest</string>
</void>
<void method="addWindowListener">
<object class="sun.awt.im.InputMethodContext"/>
</void>
<void property="visible">
<boolean>true</boolean>
</void>
</object>
</java>