Non-usage of owner Frame when Frame object is passed to getPrintJob()

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 7, 8, 9
    • Component/s: client-libs
    • None
    • 2d
    • b135
    • generic
    • generic

      If we call
      Toolkit.getDefaultToolkit().getPrintJob(new Frame("myframe"), "test Printing", ja, null);
      it seems the frame does not become owner of the dialog for cross platform print dialog.
      ServiceUI.printDialog does not use this frame object but passes null as owner to ServiceDialog().

      For native print dialog, the issue is not there as the frame becomes owner of print dialog.

            Assignee:
            Prasanta Sadhukhan
            Reporter:
            Prasanta Sadhukhan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: