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

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

XMLWordPrintable

    • 2d
    • beta
    • x86
    • windows_95
    • Verified

      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);
       }

      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: