Calculator Desktop Apps made using Java Swing/AWT.
It consists of 2 files:
- SimpleCalculator.java : Directly takes input in the Text Field.
- Calculator.java : Takes input through digit buttons.
- Java Swing
-
Clone the repository
-
To compile it use
javac Calculator.java
-
To use the calcuator
java Calculator