|
@@ -1,11 +1,14 @@
|
1
|
1
|
#BlueJ package file
|
2
|
|
-dependency1.from=MainApplication
|
|
2
|
+dependency1.from=AdvCalc
|
3
|
3
|
dependency1.to=Console
|
4
|
4
|
dependency1.type=UsesDependency
|
5
|
|
-editor.fx.0.height=722
|
6
|
|
-editor.fx.0.width=800
|
7
|
|
-editor.fx.0.x=801
|
8
|
|
-editor.fx.0.y=23
|
|
5
|
+dependency2.from=MainApplication
|
|
6
|
+dependency2.to=Console
|
|
7
|
+dependency2.type=UsesDependency
|
|
8
|
+editor.fx.0.height=0
|
|
9
|
+editor.fx.0.width=0
|
|
10
|
+editor.fx.0.x=0
|
|
11
|
+editor.fx.0.y=0
|
9
|
12
|
objectbench.height=214
|
10
|
13
|
objectbench.width=595
|
11
|
14
|
package.divider.horizontal=0.6
|
|
@@ -16,8 +19,8 @@ package.editor.x=35
|
16
|
19
|
package.editor.y=60
|
17
|
20
|
package.frame.height=759
|
18
|
21
|
package.frame.width=619
|
19
|
|
-package.numDependencies=1
|
20
|
|
-package.numTargets=3
|
|
22
|
+package.numDependencies=2
|
|
23
|
+package.numTargets=4
|
21
|
24
|
package.showExtends=true
|
22
|
25
|
package.showUses=true
|
23
|
26
|
project.charset=UTF-8
|
|
@@ -27,23 +30,30 @@ readme.width=47
|
27
|
30
|
readme.x=10
|
28
|
31
|
readme.y=10
|
29
|
32
|
target1.height=50
|
30
|
|
-target1.name=Console
|
|
33
|
+target1.name=AdvCalc
|
31
|
34
|
target1.showInterface=false
|
32
|
35
|
target1.type=ClassTarget
|
33
|
36
|
target1.width=80
|
34
|
|
-target1.x=80
|
35
|
|
-target1.y=200
|
|
37
|
+target1.x=290
|
|
38
|
+target1.y=140
|
36
|
39
|
target2.height=50
|
37
|
|
-target2.name=Trig
|
|
40
|
+target2.name=Console
|
38
|
41
|
target2.showInterface=false
|
39
|
42
|
target2.type=ClassTarget
|
40
|
43
|
target2.width=80
|
41
|
|
-target2.x=320
|
42
|
|
-target2.y=70
|
|
44
|
+target2.x=80
|
|
45
|
+target2.y=200
|
43
|
46
|
target3.height=50
|
44
|
|
-target3.name=MainApplication
|
|
47
|
+target3.name=Trig
|
45
|
48
|
target3.showInterface=false
|
46
|
49
|
target3.type=ClassTarget
|
47
|
|
-target3.width=120
|
|
50
|
+target3.width=80
|
48
|
51
|
target3.x=70
|
49
|
|
-target3.y=70
|
|
52
|
+target3.y=10
|
|
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
|