|
@@ -1,8 +1,11 @@
|
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
|
+dependency1.from=PhoneBookTest
|
|
3
|
+dependency1.to=PhoneBook
|
|
4
|
+dependency1.type=UsesDependency
|
|
5
|
+editor.fx.0.height=722
|
|
6
|
+editor.fx.0.width=800
|
|
7
|
+editor.fx.0.x=240
|
|
8
|
+editor.fx.0.y=26
|
6
|
9
|
objectbench.height=101
|
7
|
10
|
objectbench.width=461
|
8
|
11
|
package.divider.horizontal=0.6
|
|
@@ -13,8 +16,8 @@ package.editor.x=427
|
13
|
16
|
package.editor.y=143
|
14
|
17
|
package.frame.height=600
|
15
|
18
|
package.frame.width=800
|
16
|
|
-package.numDependencies=0
|
17
|
|
-package.numTargets=1
|
|
19
|
+package.numDependencies=1
|
|
20
|
+package.numTargets=2
|
18
|
21
|
package.showExtends=true
|
19
|
22
|
package.showUses=true
|
20
|
23
|
project.charset=UTF-8
|
|
@@ -23,4 +26,17 @@ readme.name=@README
|
23
|
26
|
readme.width=47
|
24
|
27
|
readme.x=10
|
25
|
28
|
readme.y=10
|
26
|
|
-
|
|
29
|
+target1.height=50
|
|
30
|
+target1.name=PhoneBookTest
|
|
31
|
+target1.showInterface=false
|
|
32
|
+target1.type=UnitTestTargetJunit4
|
|
33
|
+target1.width=120
|
|
34
|
+target1.x=100
|
|
35
|
+target1.y=10
|
|
36
|
+target2.height=50
|
|
37
|
+target2.name=PhoneBook
|
|
38
|
+target2.showInterface=false
|
|
39
|
+target2.type=ClassTarget
|
|
40
|
+target2.width=100
|
|
41
|
+target2.x=70
|
|
42
|
+target2.y=70
|