PrinterJob.printDialog() produces printer error dialog on Windows 95

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.2.2
    • Component/s: client-libs
    • 2d
    • x86
    • windows_95



      Name: skT88420 Date: 08/04/99


      The following java program produces a error dialog on Windows 95
      but not on NT. The dialog is titled "Printing Error". The
      dialog message is "An error occured during this operation".

      import java.awt.print.*;
      public class test
      {
      public static void main(String args[])
      {
      PrinterJob printerJob = PrinterJob.getPrinterJob();
      printerJob.printDialog();
      }
      }

      Someone reported in the forums that this bug only appears for
      Windows 95b. I have not tested it on Windows 95a.
      (Review ID: 93212)
      ======================================================================

            Assignee:
            Unassigned
            Reporter:
            Sandeep Konchady
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: