Browse Source

commit again

Seth 6 years ago
parent
commit
3330dc49e7
3 changed files with 8 additions and 8 deletions
  1. 1
    1
      WriteIFs.java
  2. 1
    1
      WriteLoops.java
  3. 6
    6
      package.bluej

+ 1
- 1
WriteIFs.java View File

@@ -66,7 +66,7 @@ public class WriteIFs{
66 66
         // and if that check is less than 0.08, calls “refuel()”
67 67
         if(fuelLevel < 0.08) {
68 68
         refuel();
69
-        
69
+          
70 70
         }
71 71
     }
72 72
 

+ 1
- 1
WriteLoops.java View File

@@ -296,7 +296,7 @@ public class WriteLoops {
296 296
 
297 297
         System.out.print("The Sum is ");
298 298
         System.out.println(sumOfThrees);
299
-
299
+     
300 300
         return w;
301 301
     }
302 302
 

+ 6
- 6
package.bluej View File

@@ -5,18 +5,18 @@ dependency1.type=UsesDependency
5 5
 dependency2.from=WriteLoopsTest
6 6
 dependency2.to=WriteLoops
7 7
 dependency2.type=UsesDependency
8
-editor.fx.0.height=859
9
-editor.fx.0.width=970
10
-editor.fx.0.x=490
11
-editor.fx.0.y=-1019
8
+editor.fx.0.height=0
9
+editor.fx.0.width=0
10
+editor.fx.0.x=0
11
+editor.fx.0.y=0
12 12
 objectbench.height=104
13 13
 objectbench.width=698
14 14
 package.divider.horizontal=0.6
15 15
 package.divider.vertical=0.8249211356466877
16 16
 package.editor.height=516
17 17
 package.editor.width=596
18
-package.editor.x=-139
19
-package.editor.y=-798
18
+package.editor.x=386
19
+package.editor.y=-1053
20 20
 package.frame.height=692
21 21
 package.frame.width=722
22 22
 package.numDependencies=2