Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6411189
Votes 0
Synopsis DisplayedMnemonicIndex for the abort button inside PrintStatus Dialog
Category java:localization
Reported Against
Release Fixed mustang(b96)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 10-APR-2006
Description
FULL PRODUCT VERSION :
java version "1.6.0-beta2"
Java(TM) SE Runtime Environment (build 1.6.0-beta2-b79)
Java HotSpot(TM) Client VM (build 1.6.0-beta2-b79, mixed mode)

ADDITIONAL OS VERSION INFORMATION :
Windows XP SP1+
Simplified Chinese

A DESCRIPTION OF THE PROBLEM :
The DisplayedMnemonicIndex property of the Abort Button inside Print Status Dialog for JTable is wrong that cause the first Chinese Character rendered with underline.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Demo SwingSet2 ->JTable ->Press the Print Button.

REPRODUCIBILITY :
This bug can be reproduced always.

CUSTOMER SUBMITTED WORKAROUND :
j2se\src\share\classes\com\sun\swing\internal\plaf\basic\resources\basic_zh_CN.properties

change PrintingDialog.abortButtonDisplayedMnemonicIndex=0 to
PrintingDialog.abortButtonDisplayedMnemonicIndex=3,then OK~
Posted Date : 2006-04-10 20:17:56.0
Work Around
N/A
Evaluation
Will change PrintingDialog.abortButtonDisplayedMnemonicIndex=0 to
PrintingDialog.abortButtonDisplayedMnemonicIndex=3
Posted Date : 2006-07-28 11:54:13.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang