Search code examples
javaswingapijavadocsteelseries

How do I add SteelSeries javadoc in Netbeans?


I am having trouble getting the steelseries javadoc to work in Netbeans. This is the URL https://dl-web.dropbox.com/u/84552/SteelSeries3/apidocs/index.html but I cannot seem to get it to play ball. Have I missed something obvious?

Thank you


Solution

  • In Tools > Libraries, you can create a new library, set the location of your API documentation in the Javadoc tab and add the library to your project, as shown here.

    image
    (source: netbeans.org)