| java.lang.Object uk.org.ponder.swingutil.PrintUtilities
PrintUtilities | public class PrintUtilities implements Printable(Code) | | A class automating the printing of the complete contents of a SWING component, including
scaling optimally to fill a page.
All that is required is a simple call to the printComponent() method.
Why didn't SUN supply this?
author: Bosmon |
disableDoubleBuffering | public static void disableDoubleBuffering(Component c)(Code) | | |
enableDoubleBuffering | public static void enableDoubleBuffering(Component c)(Code) | | |
print | public void print()(Code) | | |
printComponent | public static void printComponent(Component c)(Code) | | Opens a print dialog to the user allowing the printing of the specified component.
Parameters: c - The component to be printed. |
|
|