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

Linux: printDialog does not display full dialog with Enlightenment wm

XMLWordPrintable

    • linux-rc1
    • x86
    • linux
    • Verified

      The following code does not display the complete print dialog window
      but a small corner on Gnone/Enlightenment, with KWM/KDE it works ok

      import java.io.*;
      import java.awt.*;
      import java.awt.print.*;
      import javax.swing.*;

      public class PrintDialogTest {

              public static void main(String[] args) {
                      new PrintDialogTest().run(System.out);
                      System.exit(0);
              }

              void run(PrintStream out) {
                      PageFormat pf = new PageFormat();
                      JFrame frame = new JFrame();
                      JPanel p = new JPanel();
                      out.println("Toolkit.getPrintJob()");
                      p.getToolkit().getPrintJob(frame, "", null);
              }
      }

            mbronsonsunw Mike Bronson (Inactive)
            caustinsunw Calvin Austin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: