-
Bug
-
Resolution: Fixed
-
P3
-
1.2.2, 1.3.0
-
beta
-
x86
-
windows_95
-
Verified
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);
}
}
- duplicates
-
JDK-4259687 PrinterJob.printDialog() produces printer error dialog on Windows 95
-
- Closed
-