Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/khaouitiabdelhakim/simplecalculator-javafx
- Owner: khaouitiabdelhakim
- Created: 2024-01-12T18:44:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-12T18:47:28.000Z (about 1 year ago)
- Last Synced: 2024-11-19T21:11:35.756Z (2 months ago)
- Topics: desktop, desktop-app, java, javafx, javafx-application, javafx-desktop-apps, javafx-gui
- Language: Java
- Homepage: https://khaouitiapps.web.app/
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.