Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samyam81/calculator_java
SIMPLE GUI CALCULATOR.
https://github.com/samyam81/calculator_java
java swing
Last synced: 6 days ago
JSON representation
SIMPLE GUI CALCULATOR.
- Host: GitHub
- URL: https://github.com/samyam81/calculator_java
- Owner: samyam81
- Created: 2024-02-02T07:41:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:11:28.000Z (9 months ago)
- Last Synced: 2024-05-21T08:33:58.604Z (9 months ago)
- Topics: java, swing
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
This repository contains a simple calculator implemented in Java Swing.
## Files
- **Cakculator.java**: Contains the code for the calculator application.## Features
- Basic arithmetic operations: addition (+), subtraction (-), multiplication (*), and division (/).
- Decimal point (.) support.
- Clear (cls) and delete (del) functionalities.## How to Use
1. Run the `Cakculator.java` file.
2. The calculator window will appear.
3. Click on the buttons to perform calculations.
4. Use the clear (cls) and delete (del) buttons to manage input.
5. Press the equal (=) button to get the result.Enjoy calculating!