JDK-4401639 : JFileChooser should use IO asynchronously
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-01-04
  • Updated: 2001-11-14
  • Resolved: 2001-11-14
Related Reports
Duplicate :  
Relates :  
Description
When accessing a slow or unresponsive directory (typically using NFS), JFileChooser becomes slow or unresponsive as a result.  The fix is to have a more responsive JFileChooser that can deal with IO more asynchronously.

See bug 4376406 as a reference.