Yesoda Sanka 6 years ago
parent
commit
b14cbc2f4e
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      MainApplication.java
  2. 3
    3
      package.bluej

+ 1
- 1
MainApplication.java View File

@@ -54,7 +54,7 @@ public class MainApplication {
54 54
                  System.out.println(ScientificOperations.InverseCos(90));
55 55
                  break;  
56 56
            case 11:
57
-                System.out.println(ScientificOperations.InverseSin(90));
57
+                System.out.println(ScientificOperations.InverseSin(180));
58 58
                  break; 
59 59
         }
60 60
 

+ 3
- 3
package.bluej View File

@@ -2,9 +2,9 @@
2 2
 dependency1.from=MainApplication
3 3
 dependency1.to=ScientificOperations
4 4
 dependency1.type=UsesDependency
5
-editor.fx.0.height=709
6
-editor.fx.0.width=1280
7
-editor.fx.0.x=0
5
+editor.fx.0.height=714
6
+editor.fx.0.width=800
7
+editor.fx.0.x=240
8 8
 editor.fx.0.y=23
9 9
 objectbench.height=198
10 10
 objectbench.width=352