JavaFx Documentaton not showing.
Answered
Kindly, i have attached JavaFx documentation to my project and yet it is not showing the detailed one,.
I have added the library in Global library java docs section as a directory.
I have also added it to modules dependencies as library>>java
and set up also the mouse hover option.
the documentation displayed are the ancient one without explanation. Kindly help me.

Please sign in to leave a comment.
The documentation is not poping up
Hi Michael,
I see my colleague was able to help you in another post, so I will just publish the solution here lest the question remain unanswered.
(Windows)
1. Download the JavaFX SDK. Unpack the archive.
2. Add the SDK lib directory (C:\Program Files\javafx-sdk-11.0.2\lib in my case) as a new Java library (Global or Project-level)
3. Add lib\...jar's as the library's classes, and the contents of lib\src.zip as sources.
4. Download the JavaFX documentation. Unpack the archive. Add the unpacked folder to the library as a JavaDocs resource. Make sure the version corresponds with the SDK.
5. Make sure the library is then added to a relevant module's dependencies. Apply the changes, wait for possible re-indexing to finish.
Result:
The above method really helps!!!!!! Thanks a lot.