Skip to content

pscoder18/SimpleCalculator

Repository files navigation

🧮 Simple Calculator (Java Swing)

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.


🚀 Features

  • ➕ 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

🖥️ Preview

Calculator Screenshot

(You can add your calculator screenshot later — name it screenshot.png and place it in the project folder.)


⚙️ Technologies Used

  • Java SE (JDK 8 or later)
  • Swing for GUI design
  • AWT for layout and event handling

🧩 How to Run

1️⃣ Compile the program

javac SimpleCalculator.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages