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

isFileHidingEnabled return false by default

XMLWordPrintable

    • b05
    • x86
    • windows_xp

      isFileHidingEnabled() return false by default:

      import javax.swing.*;
      public class JFileChooserTester{
      public static void main(String[] args){
      JFileChooser jfc = new JFileChooser();
      System.out.println(jfc.isFileHidingEnabled());
      }}

      The code above returns false on WinXP Home stt-08.russia, according to specification should be true
      Reproducible with
      JDK5.0 and JDK6.0
      OS: Windows XP Home Edition

            tr Tejesh R
            dtoporovsunw Denis Toporov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: