Submitted On 18-MAY-2004
lance-johnson
Don't know if this is the exact same bug, but I noticed
the issue similar to this in 1.4.2 running on XP. It only
seemed to be an issue when the directory I was
viewing had several large zip files in it. Microsoft
added the built in zip support with WinXP and this
seems to be causing the issue for me. I disabled built
in zip support and everything worked as expected.
To disable zip stuff:
regsvr32 /u %windir%\system32\zipfldr.dll
to enable it (if you want it back)
regsvr32 %windir%\system32\zipfldr.dll
going to add another bug report for my issue just in
case it is different.
http://forum.java.sun.com/thread.jsp?
forum=57&thread=437304&message=2342876#2342
876
Lance
Submitted On 25-MAY-2004
erikjanspaans
From your description it does not seem to be the same bug. The behaviour described in this bug occurs all the time, even without any zip file in the directory to be viewed.
Regards,
Erik-Jan
Submitted On 22-SEP-2004
ScottWPalmwe
What is really bad is that just constructing a JFileChooser is extremely slow. You don't even need to display it.
Submitted On 09-DEC-2004
ScottWPalmwe
This bug is crippling my application. Users think it has locked up just because when I construct a JFileChooser it is taking about 10 seconds. (and there are less than 20 files in the directory).
This is critical, but I have discovered that the delay is only that severe on some machines. Regardless, it should not be orders of magnitude slower than the native windows file browser like it is now.
Submitted On 07-JAN-2005
stampy88
This bug is brutal. I have finally switched to the native dialog because I can
Submitted On 21-AUG-2006
stolsvik
If you have problems with JFileChooser being very slow, check out bug #6372808 (and #5050516 might be of interest).
Submitted On 08-JAN-2010
This is still a problem in the latest java releases. The problem is if there are .zip files in the desktop or documents folders. JFileChooser ALWAYS scans these directories, no matter what the directory to be opened is. The crappy workaround for me has been to remove .zip files from the desktop and docuemnts folders. This STILL needs to be fixed.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|