Uses of Class
com.genedavissoftware.printing.GDSPrinting

Packages that use GDSPrinting
com.genedavissoftware.printing   
 

Uses of GDSPrinting in com.genedavissoftware.printing
 

Subclasses of GDSPrinting in com.genedavissoftware.printing
 class ComponentPrint
          Print any Gui item that is a descendant of Component.

I haven't needed this yet, so haven't finished the code in PrintPreview to make it work.
 class FormattedPrint
          Build a formatted document and print it.
 class HtmlPrint
          Pass an html document in as a string, and print the results.

This class is finished, but will not have enlarging and reducing capabilities in the preview, because there are a couple of fixes needed in the PrintPreview class that need to be done.

My suggestion is to deactivate or remove the "smaller" and "bigger" buttons when using this to print, until the PrintPreview is finished.
 class PlainPrint
          Prints the given string with no formatting except line breaks.