Getting Started with JDoc: Rendering Complex HTML Documents

Rendering entire HTML documents using JDoc is as easy as using any other Java applet.

<APPLET CODE="earthstones/JDoc.class" WIDTH=500 HEIGHT=575
codebase="java" name="JDocApp" hspace=0 vspace=0 >
<param name="source" value="JDoc_announce.htm">
</APPLET>

JDocApp.update(file, vscroll, hscroll)
JDocApp.update(file, vscroll)
JDocApp.update(file)