javadoc icon indicating copy to clipboard operation
javadoc copied to clipboard

Add module graph

Open shathor opened this issue 5 years ago • 0 comments

Is it possible to bring back the module graphs that were shown in the JDK 9 JavaDoc?

This would be helpful to get the overall structure of JavaFX modules. E.g. when adding a dependency to the artifact "javafx-controls" will also transitively get me "javafx-base" (I assume?). It would also be beneficial if we'd see on what JDK modules each eventually relies on. So we don't have to use jlink to figure that out. E.g. for "javafx.web"

shathor avatar Nov 10 '18 18:11 shathor