Browse Source

minor edits

Margaret Pierse 6 years ago
parent
commit
bd1e0aad62
2 changed files with 14 additions and 12 deletions
  1. 2
    0
      WriteLoops.java
  2. 12
    12
      package.bluej

+ 2
- 0
WriteLoops.java View File

@@ -147,6 +147,8 @@ public class WriteLoops {
147 147
     // Write a WHILE loop that checks “gpsCurrentLocation()”
148 148
     // and if that is not equal to “Home” then and it calls “driveSomeMore()”.
149 149
     // After the loop is done, print “Honey, I’m Home!”
150
+    
151
+    
150 152
     public int driveHome() {
151 153
         int w = 0;
152 154
         while (!gpsCurrentLocation().equals("Home")) {

+ 12
- 12
package.bluej View File

@@ -5,20 +5,20 @@ dependency1.type=UsesDependency
5 5
 dependency2.from=WriteLoopsTest
6 6
 dependency2.to=WriteLoops
7 7
 dependency2.type=UsesDependency
8
-editor.fx.0.height=812
9
-editor.fx.0.width=909
10
-editor.fx.0.x=530
11
-editor.fx.0.y=23
12
-objectbench.height=97
13
-objectbench.width=560
14
-package.divider.horizontal=0.6399548532731377
15
-package.divider.vertical=0.8620689655172413
16
-package.editor.height=643
17
-package.editor.width=780
18
-package.editor.x=112
8
+editor.fx.0.height=722
9
+editor.fx.0.width=1004
10
+editor.fx.0.x=320
11
+editor.fx.0.y=55
12
+objectbench.height=80
13
+objectbench.width=297
14
+package.divider.horizontal=0.6007905138339921
15
+package.divider.vertical=0.8846153846153846
16
+package.editor.height=660
17
+package.editor.width=400
18
+package.editor.x=100
19 19
 package.editor.y=23
20 20
 package.frame.height=812
21
-package.frame.width=906
21
+package.frame.width=526
22 22
 package.numDependencies=2
23 23
 package.numTargets=4
24 24
 package.showExtends=true