This is a simple calculator application developed using Java Swing. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division. The user can interact with the calculator through a user-friendly graphical interface.
- Addition, subtraction, multiplication, and division operations supported.
- Clear button to reset the calculator display.
- Error handling for division by zero and invalid input.
- Install Java on your system (JRE or JDK).
- Download the
CalculatorApp.jar
file By Clicking theView Raw
Link from the Releases section. - Go to
File Explorer
Double-click theCalculatorApp.jar
file or run the following command in the terminal/command prompt:
Contributions are welcome! If you want to add new features, fix bugs, or improve the app, feel free to submit a pull request. Please follow the CONTRIBUTING.md guidelines.
This project is licensed under the MIT License.
- Mohammed Ajmal
- Email: freekyajmal@gmail.com
- GitHub: Ajmal112
Special thanks to [Eclipse][Swing].