|
@@ -1,20 +1,20 @@
|
1
|
1
|
#BlueJ package file
|
2
|
|
-editor.fx.0.height=0
|
3
|
|
-editor.fx.0.width=0
|
4
|
|
-editor.fx.0.x=0
|
5
|
|
-editor.fx.0.y=0
|
|
2
|
+editor.fx.0.height=707
|
|
3
|
+editor.fx.0.width=800
|
|
4
|
+editor.fx.0.x=83
|
|
5
|
+editor.fx.0.y=23
|
6
|
6
|
objectbench.height=101
|
7
|
|
-objectbench.width=461
|
|
7
|
+objectbench.width=776
|
8
|
8
|
package.divider.horizontal=0.6
|
9
|
9
|
package.divider.vertical=0.8007380073800738
|
10
|
10
|
package.editor.height=427
|
11
|
11
|
package.editor.width=674
|
12
|
|
-package.editor.x=427
|
13
|
|
-package.editor.y=143
|
|
12
|
+package.editor.x=268
|
|
13
|
+package.editor.y=55
|
14
|
14
|
package.frame.height=600
|
15
|
15
|
package.frame.width=800
|
16
|
16
|
package.numDependencies=0
|
17
|
|
-package.numTargets=1
|
|
17
|
+package.numTargets=2
|
18
|
18
|
package.showExtends=true
|
19
|
19
|
package.showUses=true
|
20
|
20
|
project.charset=UTF-8
|
|
@@ -23,4 +23,17 @@ readme.name=@README
|
23
|
23
|
readme.width=47
|
24
|
24
|
readme.x=10
|
25
|
25
|
readme.y=10
|
26
|
|
-
|
|
26
|
+target1.height=50
|
|
27
|
+target1.name=PhoneBookTest
|
|
28
|
+target1.showInterface=false
|
|
29
|
+target1.type=UnitTestTargetJunit4
|
|
30
|
+target1.width=120
|
|
31
|
+target1.x=100
|
|
32
|
+target1.y=10
|
|
33
|
+target2.height=50
|
|
34
|
+target2.name=PhoneBook
|
|
35
|
+target2.showInterface=false
|
|
36
|
+target2.type=ClassTarget
|
|
37
|
+target2.width=100
|
|
38
|
+target2.x=70
|
|
39
|
+target2.y=70
|