Skip to content

Gamzic/javafx-gradle-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX Gradle Application JetBrains team project

A simple JavaFX application based off the OpenJFX getting started documentation that uses Gradle as the build system.

The project was created using the standard IntelliJ IDEA project wizard for creating Gradle projects.

This uses the JavaFX Gradle plugin and Gradle 6.8.

This application can be run from the command line:

./gradlew clean run

and via calling that task from the IntelliJ IDEA Gradle window.

It does NOT run if you run application class itself in IntelliJ IDEA.

See also https://github.com/trishagee/javafx-gradle

Releases

No releases published

Packages

No packages published

Languages