Setup docs api javaFx in IntelliJ without using Maven
已回答
Hi,
How can I setup the API JavaFX docs in IntelliJ? I don't want to use Maven.
I have downloaded openjfx-16-javadoc.zip and have decompressed it.
From File / Project structure / Libraries I've added a library javafx16 and added the URL documentation.
But That's not work. I don't know how to fix it.
Thanks in advance.
请先登录再写评论。
Please attach the screenshot with the library configuration and with the module dependencies.
What class are you trying to get the docs for? Does this class belong to the library you attached the docs to?
You should specify a directory, not a file.
I can see that when the mouse hovers over a class, for example, BorderPane. But I can't access the specific help of that class as we do with API Java.
Thanks for the help.