JDK-6573293 : Mnemonic is missing for FolderName field when JFileChooser uses DIRECTORIES_ONLY mode.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-06-25
  • Updated: 2022-12-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Bug Info:
=========
Mnemonic missing for the field(FolderName) when JFileChooser uses DIRECTORIES_ONLY mode and also tooltip shows 'Open selected file' instead of 'Open selected folder' while mouse rollover on button(Open).

JDK Info:
=========
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-jcg-integrator_18_Jun_2007_16_52-b00)
Java HotSpot(TM) Client VM (build 1.7.0-ea-b13, mixed mode)

Steps to Reproduce:
===================
1. Launch the filechooser demo.(${JAVA_HOME}/bin/java -jar ${JAVA_HOME}/demo/jfc/FileChooserDemo/FilChooserDemo.jar)
2. Select either metal or windows look and feel.
3. Select the 'Just Selected Directories' option in File and directories section.
4. Click on show file chooser button.

Expected Results:
=================
Folder name should have a mnenonic to choose the field by keyboard and should show the tooltip 'Open selected folder' while mouse over on Open button.

Actual Results:
===============
There is no mnemonic to choose the field by keyboard and it shows the tooltip 'Open selected file' instead while mouser over on Open button.

Comments
- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014

- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014

EVALUATION Folder name should have a mnenonic to choose the field by keyboard. There is need to show the tooltip 'Open selected directory' while mouse over on Open button and 'Save selected directory' while mouse over on Save button.
11-01-2008