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

Java 2D Printing: Calling printDialog() fails under windows 95

    XMLWordPrintable

Details

    • 2d
    • beta
    • x86
    • windows_95
    • Verified

    Description

      Build : 'L' (fails in 1.2fcs, almost seems it never worked?)
      OS : Win95 only (98/NT/Sol...ok)

      Not quite sure why but this simple app works everywhere else but on 95.


      import java.awt.print.*;

      public class pdBug {

       public static void main(String args[]) {
              PrinterJob pj = PrinterJob.getPrinterJob();
              pj.printDialog();
      System.exit(0);
       }

      }

      Attachments

        Issue Links

          Activity

            People

              prr Philip Race
              rckim Robert Kim (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: