|
@@ -1,26 +1,26 @@
|
1
|
1
|
#BlueJ package file
|
2
|
|
-dependency1.from=MainApplication
|
3
|
|
-dependency1.to=Console
|
|
2
|
+dependency1.from=Console
|
|
3
|
+dependency1.to=Calculator
|
4
|
4
|
dependency1.type=UsesDependency
|
5
|
|
-dependency2.from=Console
|
6
|
|
-dependency2.to=Calculator
|
|
5
|
+dependency2.from=MainApplication
|
|
6
|
+dependency2.to=Console
|
7
|
7
|
dependency2.type=UsesDependency
|
8
|
|
-editor.fx.0.height=1020
|
9
|
|
-editor.fx.0.width=1247
|
10
|
|
-editor.fx.0.x=2093
|
11
|
|
-editor.fx.0.y=165
|
|
8
|
+editor.fx.0.height=765
|
|
9
|
+editor.fx.0.width=863
|
|
10
|
+editor.fx.0.x=601
|
|
11
|
+editor.fx.0.y=-945
|
12
|
12
|
objectbench.height=80
|
13
|
|
-objectbench.width=352
|
|
13
|
+objectbench.width=595
|
14
|
14
|
package.divider.horizontal=0.5993322203672788
|
15
|
15
|
package.divider.vertical=0.8465608465608465
|
16
|
|
-package.editor.height=473
|
|
16
|
+package.editor.height=457
|
17
|
17
|
package.editor.width=493
|
18
|
|
-package.editor.x=1446
|
19
|
|
-package.editor.y=445
|
|
18
|
+package.editor.x=102
|
|
19
|
+package.editor.y=-1057
|
20
|
20
|
package.frame.height=625
|
21
|
21
|
package.frame.width=619
|
22
|
22
|
package.numDependencies=2
|
23
|
|
-package.numTargets=3
|
|
23
|
+package.numTargets=4
|
24
|
24
|
package.showExtends=true
|
25
|
25
|
package.showUses=true
|
26
|
26
|
project.charset=UTF-8
|
|
@@ -30,23 +30,30 @@ readme.width=47
|
30
|
30
|
readme.x=10
|
31
|
31
|
readme.y=10
|
32
|
32
|
target1.height=50
|
33
|
|
-target1.name=Calculator
|
|
33
|
+target1.name=Memory
|
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=80
|
|
37
|
+target1.x=400
|
|
38
|
+target1.y=120
|
39
|
39
|
target2.height=50
|
40
|
|
-target2.name=Console
|
|
40
|
+target2.name=Calculator
|
41
|
41
|
target2.showInterface=false
|
42
|
42
|
target2.type=ClassTarget
|
43
|
|
-target2.width=80
|
44
|
|
-target2.x=80
|
45
|
|
-target2.y=200
|
|
43
|
+target2.width=90
|
|
44
|
+target2.x=200
|
|
45
|
+target2.y=310
|
46
|
46
|
target3.height=50
|
47
|
|
-target3.name=MainApplication
|
|
47
|
+target3.name=Console
|
48
|
48
|
target3.showInterface=false
|
49
|
49
|
target3.type=ClassTarget
|
50
|
|
-target3.width=120
|
51
|
|
-target3.x=70
|
52
|
|
-target3.y=70
|
|
50
|
+target3.width=80
|
|
51
|
+target3.x=80
|
|
52
|
+target3.y=200
|
|
53
|
+target4.height=50
|
|
54
|
+target4.name=MainApplication
|
|
55
|
+target4.showInterface=false
|
|
56
|
+target4.type=ClassTarget
|
|
57
|
+target4.width=120
|
|
58
|
+target4.x=70
|
|
59
|
+target4.y=70
|