<<<<<<< HEAD
A simple calculator application built using JavaFX. This project provides basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Addition
- Subtraction
- Multiplication
- Division
- Clear (C) button to reset the calculator
- Equals button (=) to calculate the result
Before running the project, make sure you have the following installed:
- Java 21 (or compatible version)
- JavaFX SDK 21.0.7 (or compatible version)
- Download JavaFX SDK from the official JavaFX website.
- Extract the SDK to a directory of your choice (e.g.,
C:\JavaFX\javafx-sdk-21.0.7).
- Clone or download this project to your local machine.
- Ensure the JavaFX SDK is properly set in the
--module-pathwhen compiling and running.
Open the terminal/command prompt, navigate to the project directory, and use the following commands to compile and run the project:
javac --module-path "path_to_your_javafx_sdk\lib" --add-modules javafx.controls Main.java
=======
# SimpleCalculator1
>>>>>>> e3c3f680cc0c8d302355cd9a9dd6cf66276fae35