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: 29 days ago
JSON representation

SIMPLE GUI CALCULATOR.

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!