Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/singingbush/uk-crime-javafx
- Owner: SingingBush
- Created: 2019-05-03T23:42:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T15:29:53.000Z (3 months ago)
- Last Synced: 2024-10-31T16:06:10.857Z (3 months ago)
- Topics: java, javafx, jdk11, jpms
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`