A clean and user-friendly Java Swing application that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
Built using Java Swing components with an intuitive and minimal design.
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- 🧠 Displays full expression (e.g.,
12 + 8 = 20) - 💡 Clear (C) button to reset input
- 🎨 Simple and modern UI built with Swing
(You can add your calculator screenshot later — name it screenshot.png and place it in the project folder.)
- Java SE (JDK 8 or later)
- Swing for GUI design
- AWT for layout and event handling
javac SimpleCalculator.java