Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 1.2.2, 1.3.0
-
Fix Version/s: 1.3.0
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:beta
-
CPU:x86
-
OS:windows_95
-
Verification:Verified
Description
Build : 'L' (fails in 1.2fcs, almost seems it never worked?)
OS : Win95 only (98/NT/Sol...ok)
Not quite sure why but this simple app works everywhere else but on 95.
import java.awt.print.*;
public class pdBug {
public static void main(String args[]) {
PrinterJob pj = PrinterJob.getPrinterJob();
pj.printDialog();
System.exit(0);
}
}
OS : Win95 only (98/NT/Sol...ok)
Not quite sure why but this simple app works everywhere else but on 95.
import java.awt.print.*;
public class pdBug {
public static void main(String args[]) {
PrinterJob pj = PrinterJob.getPrinterJob();
pj.printDialog();
System.exit(0);
}
}
Attachments
Issue Links
- duplicates
-
JDK-4259687 PrinterJob.printDialog() produces printer error dialog on Windows 95
-
- Closed
-