Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khaouitiabdelhakim/simplecalculator-javafx

This is a simple calculator built using JavaFX, a modern framework for creating graphical user interfaces (GUIs) in Java. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division.
https://github.com/khaouitiabdelhakim/simplecalculator-javafx

desktop desktop-app java javafx javafx-application javafx-desktop-apps javafx-gui

Last synced: 6 days ago
JSON representation

This is a simple calculator built using JavaFX, a modern framework for creating graphical user interfaces (GUIs) in Java. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division.

Awesome Lists containing this project

README

        

# Simple JavaFX Calculator

This is a simple calculator built using JavaFX, a modern framework for creating graphical user interfaces (GUIs) in Java. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division.

## How to Run

1. Clone the Repository:
```bash
git clone https://github.com/khaouitiabdelhakim/SimpleCalculator-JavaFX.git
```

2. Open in Your IDE:
Open the project in your preferred Java IDE (e.g., IntelliJ IDEA, Eclipse).

3. Run the Application:
Run the `SimpleCalculator` class, which contains the main method.

4. Use the Calculator:
The calculator GUI will appear with buttons for digits (0-9), decimal point, and basic arithmetic operations. Enter your calculations and press "=" to see the result.

## Technologies Used

- JavaFX: A framework for building rich client applications in Java.
- Java: The programming language used for the calculator logic.
- Git: Version control system for tracking changes in the code.

## Author

- KHAOUITI ABDELHAKIM

The project is giving you just a simple idea about JavaFX. so it is very basic.