-
Enhancement
-
Resolution: Fixed
-
P2
-
1.1.6, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0
-
beta
-
generic, x86, sparc
-
generic, solaris_2.5.1, solaris_2.6, windows_95, windows_nt
Name: lb39792 Date: 11/11/99
Although Swing's JFileChooser closely resembles the Windows common file
dialog under the Windows look and feel, there are several deficiencies that
customers complain about. In particular, the Microsoft Windows aesthetics
guide mentions the following:
"If you cannot use the [common] Open and Save As dialog boxes, you should
incorporate the following features into your open and save dialog boxes to
ensure that they are consistent with the shell, the Windows accessories,
and other applications:
+ Support the same namespace hierarchy as the shell; that is, Desktop
should be at the root of the hierarchy, followed by all folders and
objects on the desktop, including My Computer, My Network, and so on.
[...]
+ Support shortcuts (also known as shell links). [...]
+ Display filenames with the corresponding icons and filename extensions
removed, as the shell does.
+ Allow the user to browse the network hierarchy directly.
+ Make sure that all of your dialog boxes (not just your open and save
dialog boxes) use only nonbold fonts. [...]"
The first four points are not possible in Swing without additional API support
from the AWT. The AWT common file dialog is also currently an unacceptable
solution for the following reasons:
+ It cannot be embedded into a frame or dialog like JFileChooser.
+ Filename filter is not implemented and is difficult to implement on Windows.
(see file dialog filtering proposal).
======================================================================
- duplicates
-
JDK-4382063 EOU: JFileChooser should not try to connect to all drives when instantiated.
-
- Closed
-
-
JDK-4490811 JFileChooser : ToolBarItems functionality enhancements
-
- Closed
-
-
JDK-4150658 JFileChooser: root drives should exist under "Desktop" and "My Computer"
-
- Closed
-
-
JDK-4137661 Windows 95 JFileChooser appearance issues
-
- Closed
-
-
JDK-4243448 Displaying Windows icons in JFileChooser
-
- Closed
-
-
JDK-4338496 no filetype icons in filechooser
-
- Closed
-
- relates to
-
JDK-4259553 JFileChooser's 'Home'-Button uses a 'Favorites'-Icon in Windows-L&F
-
- Resolved
-
-
JDK-4382564 JFileChooser doesn't keep a renamed file selected
-
- Resolved
-
-
JDK-4264750 JFileChooser - No Disk Dialog with RMISecurityManager
-
- Resolved
-