@frankdelporte Please please keep javafx as separate maven artifacts and not bundled into the JDK. Being able to actually use dependency management was a huge improvement. A nice thing about JARs is you can use the same JVM for all your applications. If it's in the JDK, you either have a JVM install that has or doesn't have the libraries you need, and you have to change your JVM installation instead of updating a few lines in a project's pom.xml.