JDK-5045878 : [ja] extra mnemonic characters on control buttons in JFileChooser
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-05-12
  • Updated: 2004-07-02
  • Resolved: 2004-06-15
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
5.0 b56Fixed
Related Reports
Relates :  
Description
There are extra mnemonic chars on control buttons below.

- "(O)" for Open button
- "(S)" for Save button
- "(C)" for Cancel button

They should be removed from the message text because these buttons
don't have the function corresponding to the mnemonics.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-rc FIXED IN: tiger-rc INTEGRATED IN: tiger-b56 tiger-rc VERIFIED IN: tiger-rc
03-07-2004

EVALUATION Reproducible in b51 and will be fixed in RC. ###@###.### 2004-06-03 ---- Remove the mnemonic char from each resource according to the English behavior. src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ja.properties FileChooser.cancelButtonText FileChooser.saveButtonText FileChooser.openButtonText ###@###.### 2004-06-09
09-06-2004