Skip to content

Voidstack/docktailor-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockTailor Template

This project serves as a template to quickly start a structured JavaFX application with Maven.
It includes basic configuration, recommended project structure, and essential dependencies for running a modern JavaFX interface.

Prerequisites

To build and run the project, it is required to use a JDK that includes JavaFX.
Recommended:

  • Azul Zulu 21 FX
    (JDK 21 with JavaFX included)

Download: Azul Zulu Downloads

⚠️ Any other JDK without integrated JavaFX may cause runtime errors.

Building and Running

# Compile the project
mvn clean install

# Run the application
mvn javafx:run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors