Link

How to show JPedal Javadoc in NetBeans?

When working with JPedal you may want to have Javadoc available to aid your development. This can be done simply within NetBeans.

Linking the JavaDoc within NetBeans

  1. Open the libraries window from the menu by clicking Tools -> Libraries
  2. Select the entry for JPedal, if you already added it.
    1
    If the library is not present you will need to add the library by clicking on the New Library button and providing the jar in the classpath window to the right.
  3. Click on the Javadoc tab and then the “Add URL..” button
    1
  4. Enter the Javadoc address https://files.idrsolutions.com/maven/site/jpedal/apidocs/ and click enter

Once done the Javadoc will start appearing in the IDE.