The module-info.java files for javafx.* modules do not have any javadoc comments, so the generated API docs do not have any description for these modules.
As an example, here is the javadoc header for the java.desktop module:
/**
* Defines the AWT and Swing user interface toolkits, plus APIs for
* accessibility, audio, imaging, printing, and JavaBeans.
*/
module java.desktop {
As an example, here is the javadoc header for the java.desktop module:
/**
* Defines the AWT and Swing user interface toolkits, plus APIs for
* accessibility, audio, imaging, printing, and JavaBeans.
*/
module java.desktop {