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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: 5.0
    • Component/s: 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);
          }
      }
      ------------------------------------------------------------

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: