Skip to content

Template for JavaFX app based on JDK 11 and OpenJFX 12

Notifications You must be signed in to change notification settings

rapasoft/JavaFxSkeletonApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX Skeleton App

A simple template for JavaFX application built around:

  • Java 11
  • OpenJFX 12 (binaries not part of this project)
  • Weld 3 (CDI implementation)
  • Maven 3

Why?

Quickly bootstrap your JavaFX application using standard tools and libraries. Most of the time you would need to set this up anyway. JavaFX is not dead, so you never know when you need it ;).

How?

  1. Install JDK 11
  2. Install OpenJFX
  3. Clone this project and run mvn package
  4. Adjust as you wish.

About

Template for JavaFX app based on JDK 11 and OpenJFX 12

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages