|
@@ -1,20 +1,29 @@
|
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=Main
|
|
3
|
+dependency1.to=Calculator
|
|
4
|
+dependency1.type=UsesDependency
|
|
5
|
+dependency2.from=Calculator
|
|
6
|
+dependency2.to=Console
|
|
7
|
+dependency2.type=UsesDependency
|
|
8
|
+dependency3.from=Calculator
|
|
9
|
+dependency3.to=SumOfInput
|
|
10
|
+dependency3.type=UsesDependency
|
|
11
|
+editor.fx.0.height=709
|
|
12
|
+editor.fx.0.width=1162
|
|
13
|
+editor.fx.0.x=170
|
|
14
|
+editor.fx.0.y=55
|
6
|
15
|
objectbench.height=164
|
7
|
|
-objectbench.width=776
|
|
16
|
+objectbench.width=461
|
8
|
17
|
package.divider.horizontal=0.6
|
9
|
18
|
package.divider.vertical=0.6845018450184502
|
10
|
19
|
package.editor.height=364
|
11
|
20
|
package.editor.width=674
|
12
|
|
-package.editor.x=-816
|
13
|
|
-package.editor.y=445
|
|
21
|
+package.editor.x=110
|
|
22
|
+package.editor.y=131
|
14
|
23
|
package.frame.height=600
|
15
|
24
|
package.frame.width=800
|
16
|
|
-package.numDependencies=0
|
17
|
|
-package.numTargets=1
|
|
25
|
+package.numDependencies=3
|
|
26
|
+package.numTargets=4
|
18
|
27
|
package.showExtends=true
|
19
|
28
|
package.showUses=true
|
20
|
29
|
project.charset=UTF-8
|
|
@@ -24,9 +33,30 @@ readme.width=47
|
24
|
33
|
readme.x=10
|
25
|
34
|
readme.y=10
|
26
|
35
|
target1.height=50
|
27
|
|
-target1.name=Main
|
|
36
|
+target1.name=SumOfInput
|
28
|
37
|
target1.showInterface=false
|
29
|
38
|
target1.type=ClassTarget
|
30
|
|
-target1.width=80
|
31
|
|
-target1.x=70
|
32
|
|
-target1.y=10
|
|
39
|
+target1.width=100
|
|
40
|
+target1.x=270
|
|
41
|
+target1.y=100
|
|
42
|
+target2.height=50
|
|
43
|
+target2.name=Calculator
|
|
44
|
+target2.showInterface=false
|
|
45
|
+target2.type=ClassTarget
|
|
46
|
+target2.width=90
|
|
47
|
+target2.x=200
|
|
48
|
+target2.y=10
|
|
49
|
+target3.height=50
|
|
50
|
+target3.name=Console
|
|
51
|
+target3.showInterface=false
|
|
52
|
+target3.type=ClassTarget
|
|
53
|
+target3.width=80
|
|
54
|
+target3.x=140
|
|
55
|
+target3.y=100
|
|
56
|
+target4.height=50
|
|
57
|
+target4.name=Main
|
|
58
|
+target4.showInterface=false
|
|
59
|
+target4.type=ClassTarget
|
|
60
|
+target4.width=80
|
|
61
|
+target4.x=70
|
|
62
|
+target4.y=10
|