This article is a short list of steps to perform in order to see more meaningful tooltips when programming with DidiSoft OpenPGP Library for Java. It assumes that you use Eclipse as your Java IDE.
1. Download and unpack library ZIP.
2. Start a new Eclipse project and reference the three JARS located in the Bin folder in the location from step 1.
3. In your project Referenced Libraries section in the Eclipse Package Explorer tab right click pgplib-x.x.jar (x.x is your version in use), select Properties.
4. In the Javadoc Location dialog enter the location of the JavaDoc folder where the library was extracted in step 1.
5. Now the JavaDoc should appear when you type methods or properties of the objects from the library, or simply press F2 when you are over an already typed method.