-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
6
-
x86
-
windows
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
---------
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
- duplicates
-
JDK-6676625 JFileChooser in Windows PLAF doesn't look like Windows native filechooser
- Open
- relates to
-
JDK-4526561 File system change notification events should be supported
- Closed