A basic calculator implementation in Java for performing arithmetic operations. This project serves as a simple yet functional calculator with user-friendly interface.
- Addition, substraction, multiplication, and division operations
- Additional operations: square, square root, and reciprocal
- Clear button for resetting the input
- Decimal point for precise calculations
- Responsive UI for seemless user interaction
This project served as a great introductory project, allowing me to:
- Gain hand-on experience in developing a Java Swing GUI application
- Understand and implement event handling with ActionListener