Open
Description
After getting most of the things up and running with Java11 there is one thing I still haven't figure out: how can I attach javadoc for JavaFX11 in Netbeans?
For OpenJDK 11 it worked with adding https://docs.oracle.com/en/java/javase/11/docs/api
in the platform manager. But I haven't found any documentation on how to do it for JavaFX...
Any pointers are appreciated,
Thomas