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

Font in JTextField is displayed with boxes on Linux, Merlin b43

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • client-libs
    • 2d
    • beta
    • x86
    • linux
    • Verified

      On Redhat Linux 6.1 and Merlin 1.4.0beta-b43, typing in a JTextField
      only echoes boxes.

      The following test case reproduces the bug.

      import javax.swing.*;
      import java.awt.*;
      import javax.swing.text.*;

      public class caps extends JPanel {

          public static void main(String args[]) {
              JFrame jf=new JFrame();
              jf.getContentPane().add(new JTextField());
              jf.setSize(300,100);
              jf.setVisible(true);

          }
      }

            dougfelt Doug Felt (Inactive)
            mbronsonsunw Mike Bronson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: