|
@@ -1,4 +1,7 @@
|
1
|
1
|
#BlueJ package file
|
|
2
|
+dependency1.from=Main
|
|
3
|
+dependency1.to=CheckNames
|
|
4
|
+dependency1.type=UsesDependency
|
2
|
5
|
editor.fx.0.height=0
|
3
|
6
|
editor.fx.0.width=0
|
4
|
7
|
editor.fx.0.x=0
|
|
@@ -13,8 +16,8 @@ package.editor.x=181
|
13
|
16
|
package.editor.y=109
|
14
|
17
|
package.frame.height=600
|
15
|
18
|
package.frame.width=800
|
16
|
|
-package.numDependencies=0
|
17
|
|
-package.numTargets=1
|
|
19
|
+package.numDependencies=1
|
|
20
|
+package.numTargets=2
|
18
|
21
|
package.showExtends=true
|
19
|
22
|
package.showUses=true
|
20
|
23
|
project.charset=UTF-8
|
|
@@ -24,9 +27,16 @@ readme.width=47
|
24
|
27
|
readme.x=10
|
25
|
28
|
readme.y=10
|
26
|
29
|
target1.height=50
|
27
|
|
-target1.name=Main
|
|
30
|
+target1.name=CheckNames
|
28
|
31
|
target1.showInterface=false
|
29
|
32
|
target1.type=ClassTarget
|
30
|
|
-target1.width=80
|
31
|
|
-target1.x=70
|
32
|
|
-target1.y=10
|
|
33
|
+target1.width=110
|
|
34
|
+target1.x=340
|
|
35
|
+target1.y=60
|
|
36
|
+target2.height=50
|
|
37
|
+target2.name=Main
|
|
38
|
+target2.showInterface=false
|
|
39
|
+target2.type=ClassTarget
|
|
40
|
+target2.width=80
|
|
41
|
+target2.x=70
|
|
42
|
+target2.y=10
|