src/java.desktop/macosx/classes/sun/lwawt/macosx/CPrinterJob.java

Print this page

        

@@ -739,6 +739,11 @@
 
     @Override
     protected void startPage(PageFormat arg0, Printable arg1, int arg2, boolean arg3) throws PrinterException {
         // TODO Auto-generated method stub
     }
+
+    @Override
+    protected void setPaperFromAttributes(PageFormat page, PrintService service,
+            PrintRequestAttributeSet attSet) {
+    }
 }