This is a simple calculator program created using Java Swing GUI library. It imitates the macOS calculator's functionality.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Clear button to reset the calculator.
- Accurate calculations with support for floating-point numbers.
To run the calculator on your local machine, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/kmraven/calcurator-GUI.git. - Open the project in your preferred Java IDE.
- Compile and run the
Calc.javafile.