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

Cannot see text "All Files" in "Files of Type:" combobox when RTL

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 5.0
    • client-libs

      "All Files" text from "Files of Type:" combobox is partially hidden when orientation is set RTL. See attached picture and code below.

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

      public class JFileChooserTest {

          public static void main(String[] args) {
              JFileChooser c = new JFileChooser();
              c.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);
              c.showOpenDialog(null);
          }
      }
      ------------------------------------------------------------

            leifs Leif Samuelsson (Inactive)
            sjchan Steven Chan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: