https://github.com/kruutteri1/calculator
Graphical Calculator
https://github.com/kruutteri1/calculator
calculator calculator-java calculator-java-swing
Last synced: 10 months ago
JSON representation
Graphical Calculator
- Host: GitHub
- URL: https://github.com/kruutteri1/calculator
- Owner: Kruutteri1
- Created: 2023-02-28T19:03:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T12:05:31.000Z (about 1 year ago)
- Last Synced: 2025-01-27T22:56:15.811Z (12 months ago)
- Topics: calculator, calculator-java, calculator-java-swing
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a Graphical Calculator written in Java using the Swing library for creating the user interface.
It is designed to perform basic mathematical operations such as addition, subtraction, multiplication, and division.
There are also versions of the calculator to showcase the development and addition of new program features.
The calculator has a standard set of buttons for inputting numbers and mathematical operations, as well as buttons for performing other functions such as clearing the screen and changing the sign of a number.
In addition, the calculator allows for input of decimal numbers and working with negative numbers.
The application has a simple and intuitive interface that allows the user to easily input data and perform operations.
The results of calculations are displayed on the screen in a convenient format that makes it easy to read and understand the answers.
