A modern-looking calculator built using Java Swing. Supports basic arithmetic operations as well as extended functions like square root, inverse, square, and percentage.
- Basic operations: addition, subtraction, multiplication, division
- Extended operations: square, square root, 1/x, percentage
- Sign toggle (±), decimal point support, clear/backspace functions
- Responsive and sleek UI with custom button styling
- Java 8+
- Swing GUI framework
- AWT Event Handling
- Clone the repository:
git clone https://github.com/elfbzkrtt07/Calculator cd java-calculator