https://github.com/andreeadraghici/arithmetic-calculator
Arithmetic calculator -> using Java Swing GUI
https://github.com/andreeadraghici/arithmetic-calculator
Last synced: about 2 months ago
JSON representation
Arithmetic calculator -> using Java Swing GUI
- Host: GitHub
- URL: https://github.com/andreeadraghici/arithmetic-calculator
- Owner: AndreeaDraghici
- Created: 2021-08-01T12:04:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T15:56:36.000Z (about 3 years ago)
- Last Synced: 2025-01-21T13:07:05.969Z (3 months ago)
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arithmetic-Calculator
Arithmetic calculator -> using Java Swing GUI
----------------------------------------------Make a arithmetic calculator using Java Swing in Eclipse IDE. This calculator performs a simple arithmetic operations, such as addition, difference, multiplication, division.\\
We also find an option to check compare two numbers.
---------------------------------------------------------------------------------------------------------------------------Addition operation:

----------------------------------------Substraction operation:

------------------------Multiplication operation:

-------------------------Division operation:

----------------------If you clicked on the " click to compare" button, will appear a second GUI interface for compare two numbers:

--------------------
Here, check if two numbers are equal or different:
------------------------
Now, if I want to compare other two numbers, I clicked on the "Reset All" button:
------------------------
If you want to exit, click the exit button and Yes option:
-----------------------------------