-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P2
-
None
-
Affects Version/s: 6
-
Component/s: client-libs
-
None
-
x86
-
windows_xp
Application does not terminate after calling PrinterJob.printDialog()
Steps to reproduce the problem:
1. Compile and run Test.java
2. Cancel print dialog.
3. The application does not terminate on 1.6.
Running under 1.5 it terminates.
--- Test.java
import java.awt.print.PrinterJob;
public class Test {
public static void main(String[] args) {
PrinterJob.getPrinterJob().printDialog();
}
}
---
Steps to reproduce the problem:
1. Compile and run Test.java
2. Cancel print dialog.
3. The application does not terminate on 1.6.
Running under 1.5 it terminates.
--- Test.java
import java.awt.print.PrinterJob;
public class Test {
public static void main(String[] args) {
PrinterJob.getPrinterJob().printDialog();
}
}
---
- duplicates
-
JDK-6361766 REG: Application does not exit after printing through a native print dialog, WinXP
-
- Closed
-