-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: client-libs
-
b14
-
generic
-
generic
In the class BasicFileChooserUI, the javadoc comments for the following
three protected members contain the phrase "current selection mode is not
DIRECTORIES_ONLY". This is incorrect and should be replaced with "current
selection mode is FILES_ONLY".
protected int directoryOpenButtonMnemonic = 0;
protected String directoryOpenButtonText = null;
protected String directoryOpenButtonToolTipText = null;
We should also consider clarifying the javadoc for the various
set/getApproveButton... methods in JFileChooser. See bug 4886855 which was
closed as not a bug.
###@###.### 2004-03-08
three protected members contain the phrase "current selection mode is not
DIRECTORIES_ONLY". This is incorrect and should be replaced with "current
selection mode is FILES_ONLY".
protected int directoryOpenButtonMnemonic = 0;
protected String directoryOpenButtonText = null;
protected String directoryOpenButtonToolTipText = null;
We should also consider clarifying the javadoc for the various
set/getApproveButton... methods in JFileChooser. See bug 4886855 which was
closed as not a bug.
###@###.### 2004-03-08
- relates to
-
JDK-4886855 JFileChooser: Approve button's text gets reset when dir is selected
-
- Closed
-