Skip to content

basic starter project for JavaFX with gralde (minimum Java 15 required)

Notifications You must be signed in to change notification settings

se-buw/javafx-gradle-template

Repository files navigation

javafx-gradle-template

A template Java project simple applications using gradle and basic dependencies. It comes with:

  • a JavaFX demo for a Graphical User Interface (GUI)
  • a Command Line Interface (CLI) applications
  • an SQL databse to load and store Books (in the GUI application)
  • a CSV file demo to load and store Books (in the CLI application)

Mix and match as needed.

📼 This video shows how to run and import the project in Eclipse

It basically follows the tutorial described here: https://openjfx.io/openjfx-docs/#gradle

The example dependency that reads a CSV file is based on another tutorial here: https://www.callicoder.com/java-read-write-csv-file-apache-commons-csv/

About

basic starter project for JavaFX with gralde (minimum Java 15 required)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages