-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b141
-
generic
-
generic
-
Verified
In src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_xx.properties for CCJK, for exmaple basic_zh_CN.properties, following messages are not correct.
OptionPane.cancelButtonText : It has the mnemonic key (0) displayed.
OptionPane.cancelButtonMnemonic=0 : The mnemonic key of cancel button should not be 0.
messagedialog of JOptionpane is frequently used by many java programs to display simple message. The incorrect mnemonic on cancel button will be viewd frequently in CCJK.
Attached is a snapshot of message dialog in zh_CN. The mnemonic key of cancel dialog is displayed as (0).
OptionPane.cancelButtonText : It has the mnemonic key (0) displayed.
OptionPane.cancelButtonMnemonic=0 : The mnemonic key of cancel button should not be 0.
messagedialog of JOptionpane is frequently used by many java programs to display simple message. The incorrect mnemonic on cancel button will be viewd frequently in CCJK.
Attached is a snapshot of message dialog in zh_CN. The mnemonic key of cancel dialog is displayed as (0).
- relates to
-
JDK-7034259 [all] incorrect mnemonic keys in JCP automatic update advanced settings dialog.
-
- Closed
-