|
@@ -1,14 +1,14 @@
|
1
|
1
|
#BlueJ package file
|
2
|
|
-dependency1.from=AdvCalc
|
|
2
|
+dependency1.from=MainApplication
|
3
|
3
|
dependency1.to=Console
|
4
|
4
|
dependency1.type=UsesDependency
|
5
|
|
-dependency2.from=MainApplication
|
|
5
|
+dependency2.from=SciCalc
|
6
|
6
|
dependency2.to=Console
|
7
|
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
|
|
8
|
+editor.fx.0.height=722
|
|
9
|
+editor.fx.0.width=800
|
|
10
|
+editor.fx.0.x=320
|
|
11
|
+editor.fx.0.y=75
|
12
|
12
|
objectbench.height=214
|
13
|
13
|
objectbench.width=595
|
14
|
14
|
package.divider.horizontal=0.6
|
|
@@ -20,7 +20,7 @@ package.editor.y=60
|
20
|
20
|
package.frame.height=759
|
21
|
21
|
package.frame.width=619
|
22
|
22
|
package.numDependencies=2
|
23
|
|
-package.numTargets=4
|
|
23
|
+package.numTargets=5
|
24
|
24
|
package.showExtends=true
|
25
|
25
|
package.showUses=true
|
26
|
26
|
project.charset=UTF-8
|
|
@@ -37,23 +37,30 @@ target1.width=80
|
37
|
37
|
target1.x=320
|
38
|
38
|
target1.y=180
|
39
|
39
|
target2.height=50
|
40
|
|
-target2.name=Console
|
|
40
|
+target2.name=SciCalc
|
41
|
41
|
target2.showInterface=false
|
42
|
42
|
target2.type=ClassTarget
|
43
|
43
|
target2.width=80
|
44
|
|
-target2.x=80
|
45
|
|
-target2.y=200
|
|
44
|
+target2.x=90
|
|
45
|
+target2.y=10
|
46
|
46
|
target3.height=50
|
47
|
|
-target3.name=Trig
|
|
47
|
+target3.name=Console
|
48
|
48
|
target3.showInterface=false
|
49
|
49
|
target3.type=ClassTarget
|
50
|
50
|
target3.width=80
|
51
|
|
-target3.x=320
|
52
|
|
-target3.y=70
|
|
51
|
+target3.x=80
|
|
52
|
+target3.y=200
|
53
|
53
|
target4.height=50
|
54
|
|
-target4.name=MainApplication
|
|
54
|
+target4.name=Trig
|
55
|
55
|
target4.showInterface=false
|
56
|
56
|
target4.type=ClassTarget
|
57
|
|
-target4.width=120
|
58
|
|
-target4.x=70
|
|
57
|
+target4.width=80
|
|
58
|
+target4.x=320
|
59
|
59
|
target4.y=70
|
|
60
|
+target5.height=50
|
|
61
|
+target5.name=MainApplication
|
|
62
|
+target5.showInterface=false
|
|
63
|
+target5.type=ClassTarget
|
|
64
|
+target5.width=120
|
|
65
|
+target5.x=70
|
|
66
|
+target5.y=70
|