Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6362639

Regression 1.6: Application does not terminate after calling PrinterJob.printDialog()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 6
    • client-libs
    • None
    • 2d
    • 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();
          }
      }
      ---

            jgodinez Jennifer Godinez (Inactive)
            idk Igor Kushnirskiy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: