62636465666768
* * @return A <code>PrinterJob</code> object for the newly created print job. */ public static PrinterJob getPrinterJob() { return new JavaPrinterJob(); }