Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singingbush/uk-crime-javafx

Demo project combining JavaFX with JDK 11 and JPMS
https://github.com/singingbush/uk-crime-javafx

java javafx jdk11 jpms

Last synced: about 1 month ago
JSON representation

Demo project combining JavaFX with JDK 11 and JPMS

Awesome Lists containing this project

README

        

UK Crime JavaFX
===============

![Java CI](https://github.com/SingingBush/uk-crime-javafx/workflows/Java%20CI/badge.svg)

A project that demonstrates how to use properly use JavaFX on modern Java (JDK 11 and 17) with proper use of JPMS.

### Build and Run the application

Clone the project and run using the latest version of Maven and JDK 11: `mvn install` then `mvn javafx:run -pl javafx-app`