JDK-6299171 : Swing file dialog in windows look and feel is not matching to native windows look and feel dialog
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows
  • CPU: x86
  • Submitted: 2005-07-20
  • Updated: 2018-09-05
Related Reports
Relates :  
Description
Bug Info:
---------
Please check the below scenario to identifying the mismatch between swing file dialog and native windows look and feel dialog.

1. Open a file dialog by using file chooser demo in windows.
 {JAVA_HOME}/bin/java -jar {JAVA_HOME}/demo/jfc/FilchooserDemo/*.jar

2. Choose windows look and feel and select any type of file dialog.

3. Choose desktop option in 'Look In' combobox.

4. Right click on windows desktop and the it shows popup menu with some options.

5. Choose folder or text document option which is under New option.


Expected Result:
-----------------
The created new folder or file should appear in the file dialog which has already opened.


Actual Result:
--------------
 The created file or folder is not appearing until the user chooses refresh option.


###@###.### 2005-07-20 07:35:56 GMT