The JavaFX modules were removed from JDK 11

The JavaFX modules are no longer available in the JDK starting with JDK 11. JavaFX is now offered as a separate product through the JavaFX site. This rule detects the usage of javafx packages and flags a warning once per application.

For more information on the removal of the JavaFX modules, see Java 11 Removed Features and Options.