JDK-4861882 : JFileChooser UI code cleanup
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2003-05-09
  • Updated: 2003-07-22
  • Resolved: 2003-07-22
Related Reports
Duplicate :  
Relates :  
Description
The classes BasicFileChooserUI, MetalFileChooserUI, and WindowsFileChooserUI
are very big and contain a large amount of common or similar code. By extracting
the code that handles the scrolling list/table of files into a separate
shared class, this code would become much easier to maintain and would
allow for more reliable bug fixes and enhancements in the future.

###@###.### 2003-05-09

Comments
EVALUATION Will create a new class sun.swing.FilePane which will be used by metal and windows at first, then perhaps later by motif and gtk. ###@###.### 2003-05-09
09-05-2003