> I cant reproduce the JFileChooser performance in directory listing.
>
[quoted text clipped - 9 lines]
> to replace its perfomance in file listing with plain java?
> I tried with a FileFilter, but it didn't solve anything to me.
Why not look at the source? Most is in the JDK src.zip. The rest is
downloadable from https://tiger.dev.java.net/ .
I assume JFileChooser is using FileView.isTraversable.
http://download.java.net/jdk6/docs/api/javax/swing/filechooser/FileView.html#isT
raversable(java.io.File)
You might just be seeing the result of caching. Have a look in
javax.swing.plaf.basic.BasicDirectoryModel.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
ennio - 22 Jul 2006 17:24 GMT
>You might just be seeing the result of caching. Have a look in
>javax.swing.plaf.basic.BasicDirectoryModel.
I really appreciated your reply, thanks.
>Unemployed English Java programmer
http://jroller.com/page/tackline/
Is it that hard to find a job in south england? Do they look for c#
more than java? Hope i am not OTing :-)