Printing Applet is a function for printing a Web page together with any applet included on the Web page.
Note the following about using Printing Applet:
If the width and height attributes of an HTML tag (<OBJECT> or <EMBED>) for JBK Plugin are specified as percentages for display in Web browsers, the aspect ratio of an applet image may not agree with the aspect ratio of the printout. In this event, the applet printout appears to be squeezed vertically or horizontally.
When using Printing Applet, specify fixed values rather than percentages for the width and height attributes of HTML tags for JBK Plugin.
The image data displayed on an applet or GUI component may appear to be coarse or enlarged, depending on the operating system and/or printer driver used.
The following methods of java.awt.Graphics class are not supported in printing. These methods do not output any graphics for printing.
copyArea()