src/windows/classes/sun/awt/windows/WPrinterJob.java

Print this page

        

*** 2192,2201 **** --- 2192,2202 ---- } //** END Functions called by native code for querying/updating attributes } + @SuppressWarnings("serial") // JDK-implementation class class PrintToFileErrorDialog extends Dialog implements ActionListener{ public PrintToFileErrorDialog(Frame parent, String title, String message, String buttonText) { super(parent, title, true); init (parent, title, message, buttonText);