A desktop calculator application built with Java Swing.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Percentage calculation
- Sign toggle (+/-)
- Backspace
- Divide by zero error handling
- Dark theme with styled round buttons
- Java
- Swing (GUI)
- Clone the repository
- Open the project in NetBeans (or any Java IDE)
- Run
CalculatorUi.java
- Building GUIs with Java Swing
- Separation of concerns using OOP
- Event listeners and lambda expressions
- Git version control workflow