|
@@ -1,24 +1,24 @@
|
1
|
1
|
#BlueJ package file
|
2
|
|
-dependency1.from=MainApplication
|
3
|
|
-dependency1.to=Console
|
|
2
|
+dependency1.from=Calculator
|
|
3
|
+dependency1.to=MathMethods
|
4
|
4
|
dependency1.type=UsesDependency
|
5
|
|
-dependency2.from=Console
|
6
|
|
-dependency2.to=Calculator
|
|
5
|
+dependency2.from=MathMethodsTest
|
|
6
|
+dependency2.to=MathMethods
|
7
|
7
|
dependency2.type=UsesDependency
|
8
|
|
-editor.fx.0.height=1020
|
9
|
|
-editor.fx.0.width=1247
|
10
|
|
-editor.fx.0.x=1891
|
11
|
|
-editor.fx.0.y=66
|
|
8
|
+editor.fx.0.height=0
|
|
9
|
+editor.fx.0.width=0
|
|
10
|
+editor.fx.0.x=0
|
|
11
|
+editor.fx.0.y=0
|
12
|
12
|
objectbench.height=80
|
13
|
|
-objectbench.width=352
|
14
|
|
-package.divider.horizontal=0.5993322203672788
|
15
|
|
-package.divider.vertical=0.8465608465608465
|
16
|
|
-package.editor.height=473
|
17
|
|
-package.editor.width=493
|
18
|
|
-package.editor.x=1446
|
19
|
|
-package.editor.y=445
|
20
|
|
-package.frame.height=625
|
21
|
|
-package.frame.width=619
|
|
13
|
+objectbench.width=480
|
|
14
|
+package.divider.horizontal=0.5997536945812808
|
|
15
|
+package.divider.vertical=0.8838451268357811
|
|
16
|
+package.editor.height=655
|
|
17
|
+package.editor.width=706
|
|
18
|
+package.editor.x=10
|
|
19
|
+package.editor.y=23
|
|
20
|
+package.frame.height=807
|
|
21
|
+package.frame.width=832
|
22
|
22
|
package.numDependencies=2
|
23
|
23
|
package.numTargets=3
|
24
|
24
|
package.showExtends=true
|
|
@@ -33,20 +33,21 @@ target1.height=50
|
33
|
33
|
target1.name=Calculator
|
34
|
34
|
target1.showInterface=false
|
35
|
35
|
target1.type=ClassTarget
|
36
|
|
-target1.width=90
|
37
|
|
-target1.x=200
|
38
|
|
-target1.y=310
|
|
36
|
+target1.width=140
|
|
37
|
+target1.x=80
|
|
38
|
+target1.y=200
|
39
|
39
|
target2.height=50
|
40
|
|
-target2.name=Console
|
|
40
|
+target2.name=MathMethodsTest
|
41
|
41
|
target2.showInterface=false
|
42
|
|
-target2.type=ClassTarget
|
43
|
|
-target2.width=80
|
44
|
|
-target2.x=80
|
45
|
|
-target2.y=200
|
|
42
|
+target2.type=UnitTestTargetJunit4
|
|
43
|
+target2.width=110
|
|
44
|
+target2.x=230
|
|
45
|
+target2.y=280
|
|
46
|
+target3.association=MathMethodsTest
|
46
|
47
|
target3.height=50
|
47
|
|
-target3.name=MainApplication
|
|
48
|
+target3.name=MathMethods
|
48
|
49
|
target3.showInterface=false
|
49
|
50
|
target3.type=ClassTarget
|
50
|
|
-target3.width=120
|
51
|
|
-target3.x=70
|
52
|
|
-target3.y=70
|
|
51
|
+target3.width=110
|
|
52
|
+target3.x=200
|
|
53
|
+target3.y=310
|