We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32eb32 commit fc312fcCopy full SHA for fc312fc
README.md
@@ -2,6 +2,8 @@
2
3
Simple calculator for basic math operation developed using Java, AWT, Swing.
4
5
-### Main_Calculator.java is the file containing main method.
+**Main_Calculator.java** is the file containing main method.
6
7
-### Calculator.java has all the logic for calculator that uses AWT and Swing for the implementation.
+**Calculator.java** has all the logic for calculator that uses AWT and Swing for the implementation.
8
+
9
+**My_Calculator.jar** is the executable file, you can use it without any instruction as it is simple calculator.
0 commit comments