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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.2.2
    • 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)
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: