Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 495 Bytes

File metadata and controls

21 lines (14 loc) · 495 Bytes

JavaFX Calculator

A simple JavaFX-based calculator.

Requirements

  • JDK 11 or later (with JavaFX SDK)
  • Maven or Gradle (optional, for project management)

Running the Application

  1. Clone the repository:

    https://github.com/kavinu1/JavaFx-Calculator.git
    
  2. Open the project in your IDE or build it using Maven/Gradle.

  3. Run the calculator.java class or execute the built JAR file.

Dependencies

  • JavaFX SDK (download and configure it from the official site).