Skip to content

Repository files navigation

HelloFXGradle (JavaFX + Gradle)

A minimal JavaFX GUI app using Gradle (with Gradle Wrapper), so you don't need Gradle installed globally.

Requirements

  • JDK 21 installed (recommended)
    • Verify with: java -version
  • Internet access on first run (Gradle downloads dependencies)

Get the code

git clone <YOUR_REPO_URL_HERE>
cd <YOUR_PROJECT_FOLDER>

Run

Windows:

.\gradlew.bat run

Mac/Linux:

chmod +x ./gradlew
./gradlew run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages