Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Duplicate
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
CPU:x86
-
OS:windows_95
Description
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)
======================================================================
Attachments
Issue Links
- duplicates
-
JDK-4257903 Java 2D Printing: Calling printDialog() fails under windows 95
-
- Closed
-