https://github.com/samyam81/calculator_java
SIMPLE GUI CALCULATOR.
https://github.com/samyam81/calculator_java
java swing
Last synced: 29 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:11:28.000Z (about 2 years ago)
- Last Synced: 2025-01-27T09:14:26.349Z (over 1 year ago)
- Topics: java, swing
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 3
- 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!