-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.2
-
x86
-
windows_95
Name: skT88420 Date: 08/04/99
The following java program produces a error dialog on Windows 95
but not on NT. The dialog is titled "Printing Error". The
dialog message is "An error occured during this operation".
import java.awt.print.*;
public class test
{
public static void main(String args[])
{
PrinterJob printerJob = PrinterJob.getPrinterJob();
printerJob.printDialog();
}
}
Someone reported in the forums that this bug only appears for
Windows 95b. I have not tested it on Windows 95a.
(Review ID: 93212)
======================================================================
- duplicates
-
JDK-4257903 Java 2D Printing: Calling printDialog() fails under windows 95
-
- Closed
-