-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b25
-
generic
-
generic
In JFileChooser with Synth Look & Feel if user double click the Folder which is blank then FileView does not get Refreshed
and it shows previous contents.see the attached images.
**********************************************
"DefaultOpenFileChooser" image is when the FileChooser comes on screen first
time
"AfterClickNewFolder" shows after clicking on New folder combobox updates but right JList does not get refreshed it still shows old contents
Steps to reproduce
*********************
1)Compile all attached ".java" files.
2)Run attached "JFileChooserExample.java" with "FileChooser.xml".
3)A frame comes up with a FileChooser.
3)We have two List Component in FileChooser,Left List shows all the folders on system and Right List shows all the files.
Do double mouse click on a blank Folder(Create a new Folder if its does not exist and make sure that it is blank and Right List is already showing some contents).
4)ComboBox in FileChooser gets updated with New Folder name but Right List still shows old contents.
5)If we move the Scrollbar on right List then it gets refreshed and now its blank.
and it shows previous contents.see the attached images.
**********************************************
"DefaultOpenFileChooser" image is when the FileChooser comes on screen first
time
"AfterClickNewFolder" shows after clicking on New folder combobox updates but right JList does not get refreshed it still shows old contents
Steps to reproduce
*********************
1)Compile all attached ".java" files.
2)Run attached "JFileChooserExample.java" with "FileChooser.xml".
3)A frame comes up with a FileChooser.
3)We have two List Component in FileChooser,Left List shows all the folders on system and Right List shows all the files.
Do double mouse click on a blank Folder(Create a new Folder if its does not exist and make sure that it is blank and Right List is already showing some contents).
4)ComboBox in FileChooser gets updated with New Folder name but Right List still shows old contents.
5)If we move the Scrollbar on right List then it gets refreshed and now its blank.