-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
6u2
-
x86
-
windows_xp
OPERATING SYSTEM(S):
windows IA 32 (French system)
FULL JDK VERSION(S):
Sun's JDK 6.
java version "1.6.0_02 and above"
Java(TM) SE Runtime Environment (build 1.6.0_02-b06)
Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode, sharing)
DESCRIPTION:
Problem 1:
-----------
Control Panel -> General -> About Java window has hardcoded mnemonic "A" for close (Fermer). It does not reflect the change from Development_<locales>.java resource file. This means even if we specify a different mnemonic keyword in the locale resource file it picks up the mnemonic "A" every time.
Problem 2:
-----------
On running "javaws -viewer" the application launched has hardcoded mnemonic "C" for close (Fermer). Again, it does not reflect the change from resource files. This means even if we specify a different mnemonic keyword in the locale resource file it picks up the mnemonic "C" every time.
STEPS TO REPRODUCE
1. Download and extract the java build on a French System.set PATH to
java
2. Go to Control Panel -> General -> About Java window
3. Mnemonic for the word "Fermer" is not seen.
4. Invoke "javaws -viewer"
5. Mnemonic for the word "Fermer" is not seen.
6. Also setting any other mneminic for the above 2 cases in
Development_fr.java does not work (e.g. VK_F fails to make "F" as
the default mnemonic).
Only mnemonic "A" (for problem 1) and "C" (for problem 2) works
which makes it as being hardcoded.
windows IA 32 (French system)
FULL JDK VERSION(S):
Sun's JDK 6.
java version "1.6.0_02 and above"
Java(TM) SE Runtime Environment (build 1.6.0_02-b06)
Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode, sharing)
DESCRIPTION:
Problem 1:
-----------
Control Panel -> General -> About Java window has hardcoded mnemonic "A" for close (Fermer). It does not reflect the change from Development_<locales>.java resource file. This means even if we specify a different mnemonic keyword in the locale resource file it picks up the mnemonic "A" every time.
Problem 2:
-----------
On running "javaws -viewer" the application launched has hardcoded mnemonic "C" for close (Fermer). Again, it does not reflect the change from resource files. This means even if we specify a different mnemonic keyword in the locale resource file it picks up the mnemonic "C" every time.
STEPS TO REPRODUCE
1. Download and extract the java build on a French System.set PATH to
java
2. Go to Control Panel -> General -> About Java window
3. Mnemonic for the word "Fermer" is not seen.
4. Invoke "javaws -viewer"
5. Mnemonic for the word "Fermer" is not seen.
6. Also setting any other mneminic for the above 2 cases in
Development_fr.java does not work (e.g. VK_F fails to make "F" as
the default mnemonic).
Only mnemonic "A" (for problem 1) and "C" (for problem 2) works
which makes it as being hardcoded.