Deploying JDoc
JDoc can be deployed on your website in one of three ways:
Regardles of which deployment approach is used, all Java objects representing document elements are transparently scaled for the user's screen resolution using EarthStones' AutoRes technology.
Standard HTML, however, reserves space for a java applet in the HTML <applet> tag and does not permit the applet to modify these dimensions. This means that scaling of the applet itself (rather than of objects constructed within the applet) must occur outside the applet's code, prior to its initialization. This can be accomplished using a javascript "wrapper" that generates the desired applet tag on the fly, setting its size parameters based upon the current screen resolution. See javascript wrappers for details.