예제 #1
0
 private PrinterJob getPrinterJob() {
   // if (printerJob == null)
   printerJob = PrinterJob.getPrinterJob();
   return printerJob;
 }