Browse Source

minor changes

Jonathan Hinds 6 years ago
parent
commit
f479ae218b
2 changed files with 13 additions and 3 deletions
  1. 1
    0
      Calculations.java
  2. 12
    3
      package.bluej

+ 1
- 0
Calculations.java View File

@@ -95,6 +95,7 @@ public class Calculations
95 95
     
96 96
     public static String Multiply(String userInput)
97 97
     {
98
+        //get getNumbers
98 99
         //perform the operation
99 100
         //convert to string
100 101
         //return string

+ 12
- 3
package.bluej View File

@@ -1,7 +1,16 @@
1 1
 #BlueJ package file
2
-editor.fx.0.height=717
2
+dependency1.from=MainApplication
3
+dependency1.to=Calculations
4
+dependency1.type=UsesDependency
5
+dependency2.from=MainApplication
6
+dependency2.to=Console
7
+dependency2.type=UsesDependency
8
+dependency3.from=Calculations
9
+dependency3.to=Console
10
+dependency3.type=UsesDependency
11
+editor.fx.0.height=716
3 12
 editor.fx.0.width=800
4
-editor.fx.0.x=240
13
+editor.fx.0.x=409
5 14
 editor.fx.0.y=23
6 15
 objectbench.height=200
7 16
 objectbench.width=595
@@ -13,7 +22,7 @@ package.editor.x=35
13 22
 package.editor.y=23
14 23
 package.frame.height=716
15 24
 package.frame.width=619
16
-package.numDependencies=0
25
+package.numDependencies=3
17 26
 package.numTargets=3
18 27
 package.showExtends=true
19 28
 package.showUses=true