Can jPDFNotes be used in an applet?
Yes, as jPDFNotes was created as a standard Java bean, it can be used inside a Java applet as well as in a standalone application. Along with the sample program, we include a sample applet with the source code. You are free to take this code and use it for your own development. When running as an applet, the jar files need to be digitally sign to give enough permissions to the applet to be able to run properly. All jar files referenced by the applet need to be signed using the same certificate, this includes the jar files holding the applet code as well as the jar file containing the jPDFNotes distribution, jPDFNotes.jar. Please follow this link for step by step instructions to sign your applet.