-
Enhancement
-
Resolution: Other
-
P4
-
5.0
-
generic
-
generic
###@###.### 2004-01-05
J2SE Version (please include all output from java -version flag):
All versuins
Does this problem occur on J2SE 1.4 or 1.4.1 or 1.4.2? Yes / No (pick one)
Yes
Operating System Configuration Information (be specific):
NOT Operating System specific
Hardware Configuration Information (be specific):
NOT Hardware specific
Bug Description:
Bug fix for BugId 4861882 and 4887433,
A first step in making the code better shared was to
create common FilePane and PlacesBar components.
Created sun.swing.FilePane and sun.swing.WindowsPlacesBar classes.
Our customers want to improve JFileChooser.
For exmaple, in the detail file view, we can sort file information
lines with the colum header click.
so we hope the 2 things for FilePane class.
(1) move FilePane class into " javax.swing.plaf.basic" package
(2) create the acces method for the details table
public JTable getDetailsTable()
Steps to Reproduce (be specific):