<Swing Dev> [8] Review request for 7169226 - NLS: Please change the mnemonic assignment system for windows and motif properties

Alexander Scherbatiy alexandr.scherbatiy at oracle.com
Wed May 16 10:38:28 UTC 2012


bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7169226
webrev: http://cr.openjdk.java.net/~alexsch/7169226/webrev.00/

The properties in the windows and motif resources are changed from the
   xxxText=ABC
   xxxMnemonic=B
to
   xxx.textAndMnemonic=A&BC
in the same way as it has been done for the issue 7093156.


The following test has been used to check that UIManager.get(key, 
locale) method returns the same value as before.
http://cr.openjdk.java.net/~alexsch/7093156/test/02/SwingResourcesTest.java

Thanks,
Alexandr.




More information about the swing-dev mailing list