Name: yyT116575 Date: 12/05/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
There are many bugs relating to the JFileChooser. Many
have evaulations saying essentially that the problem is
with timeouts in the OS (in my case WinNT). The problem
I have is that there should be a way to query the OS
without actually doing something that would enter into
a timeout type situation.
On a HP OmniBook 4150 bringing up a new JFileChooser takes
about 2 minutes to bring up. The big wait seems to be a
timeout waiting on A:. The bad part of this is that the
JFileChooser shouldn't care when it comes up what's in 'A:'.
Well, not until someone tries to open 'A:'. A timeout is
expected then.
Even the native code in FileSystem.listRoots () seems to take
too much time.
(Review ID: 113271)
======================================================================