JDK-7158928 : [macosx] NLS: Please change the mnemonic assignment system
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2012-04-04
  • Updated: 2014-10-15
  • Resolved: 2012-06-20
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.
JDK 7 JDK 8
7u6Fixed 8 b40Fixed
Related Reports
Relates :  
Description
This is should be a part of the issue 7093156.
Just forgot to fix the mnemonic assigment both for Aqua properties as well.

The reques is to move all properties like 
FileChooser.saveButtonText=Save
FileChooser.saveButtonMnemonic=83

to 
FileChooser.saveButton.textAndMnemonic=&Save

Comments
See the list of tests in JDK-7093156
06-09-2013

EVALUATION changeset: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/19edcc438203
16-05-2012

EVALUATION The fix consists of 2 parts 1) enable aqua.properties file in the make system 2) Add the aqua properties to the swing hash table
15-05-2012