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

PrinterJob.printDialog() & pageDialog() should support RTL component orientation

    • 2d
    • beta2
    • generic
    • generic

      PrinterJob.printDialog() and pageDialog() don't paint correct images in
      Arabic/Hebrew locale.

      import java.awt.print.*;
      import javax.print.*;
      import javax.print.attribute.*;

      public class PrtDlg {
          public static void main(String arg[]) {
              PrinterJob pj = PrinterJob.getPrinterJob();
              PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
              pj.pageDialog(aset);
              pj.printDialog(aset);
              System.exit(0);
          }
      }

      yuka.kamiya@japan 2001-05-17

            peytoia Yuka Kamiya (Inactive)
            peytoia Yuka Kamiya (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: