-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.0.2
-
None
-
generic
-
generic
When using JFileChooser, I am running into a scenario in which when I do a
setCurrentDirectory(), it will cause the BasicDirectoryModel$LoadFilesThread.run
which will eventually call myFileSystemView.getFiles(), however, I am
getting an interrupt exception while the LoadFilesThread is running.
The jdb output is as follows:
Basic L&F File Loading Thread[1] java.lang.InterruptedException: operation
interrupted
at com.sun.XFileBean.XFileSystemView.getFiles(XFileSystemView.java:52)
at com.sun.java.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(BasicDirectoryModel.java:262)
When the interrupt operation occurs, it will do a getFiles on the "/" directory.
setCurrentDirectory(), it will cause the BasicDirectoryModel$LoadFilesThread.run
which will eventually call myFileSystemView.getFiles(), however, I am
getting an interrupt exception while the LoadFilesThread is running.
The jdb output is as follows:
Basic L&F File Loading Thread[1] java.lang.InterruptedException: operation
interrupted
at com.sun.XFileBean.XFileSystemView.getFiles(XFileSystemView.java:52)
at com.sun.java.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(BasicDirectoryModel.java:262)
When the interrupt operation occurs, it will do a getFiles on the "/" directory.
- duplicates
-
JDK-4140059 JFileChooser shows content of multiple directories
-
- Closed
-