|
@@ -1,4 +1,16 @@
|
1
|
1
|
#BlueJ package file
|
|
2
|
+dependency1.from=MainApplication
|
|
3
|
+dependency1.to=Pet
|
|
4
|
+dependency1.type=UsesDependency
|
|
5
|
+dependency2.from=MainApplication
|
|
6
|
+dependency2.to=Cat
|
|
7
|
+dependency2.type=UsesDependency
|
|
8
|
+dependency3.from=MainApplication
|
|
9
|
+dependency3.to=Dog
|
|
10
|
+dependency3.type=UsesDependency
|
|
11
|
+dependency4.from=MainApplication
|
|
12
|
+dependency4.to=Frog
|
|
13
|
+dependency4.type=UsesDependency
|
2
|
14
|
editor.fx.0.height=722
|
3
|
15
|
editor.fx.0.width=947
|
4
|
16
|
editor.fx.0.x=333
|
|
@@ -13,8 +25,8 @@ package.editor.x=141
|
13
|
25
|
package.editor.y=59
|
14
|
26
|
package.frame.height=600
|
15
|
27
|
package.frame.width=800
|
16
|
|
-package.numDependencies=0
|
17
|
|
-package.numTargets=6
|
|
28
|
+package.numDependencies=4
|
|
29
|
+package.numTargets=7
|
18
|
30
|
package.showExtends=true
|
19
|
31
|
package.showUses=true
|
20
|
32
|
project.charset=UTF-8
|
|
@@ -45,23 +57,31 @@ target3.width=80
|
45
|
57
|
target3.x=300
|
46
|
58
|
target3.y=300
|
47
|
59
|
target4.height=50
|
48
|
|
-target4.name=Dog
|
|
60
|
+target4.name=PetTest
|
49
|
61
|
target4.showInterface=false
|
50
|
|
-target4.type=ClassTarget
|
|
62
|
+target4.type=UnitTestTargetJunit4
|
51
|
63
|
target4.width=80
|
52
|
|
-target4.x=470
|
53
|
|
-target4.y=230
|
|
64
|
+target4.x=340
|
|
65
|
+target4.y=120
|
54
|
66
|
target5.height=50
|
55
|
|
-target5.name=Pet
|
|
67
|
+target5.name=Dog
|
56
|
68
|
target5.showInterface=false
|
57
|
69
|
target5.type=ClassTarget
|
58
|
70
|
target5.width=80
|
59
|
|
-target5.x=310
|
60
|
|
-target5.y=150
|
|
71
|
+target5.x=470
|
|
72
|
+target5.y=230
|
|
73
|
+target6.association=PetTest
|
61
|
74
|
target6.height=50
|
62
|
|
-target6.name=MainApplication
|
|
75
|
+target6.name=Pet
|
63
|
76
|
target6.showInterface=false
|
64
|
77
|
target6.type=ClassTarget
|
65
|
|
-target6.width=120
|
66
|
|
-target6.x=70
|
67
|
|
-target6.y=70
|
|
78
|
+target6.width=80
|
|
79
|
+target6.x=310
|
|
80
|
+target6.y=150
|
|
81
|
+target7.height=50
|
|
82
|
+target7.name=MainApplication
|
|
83
|
+target7.showInterface=false
|
|
84
|
+target7.type=ClassTarget
|
|
85
|
+target7.width=120
|
|
86
|
+target7.x=70
|
|
87
|
+target7.y=70
|