- 
    Bug 
- 
    Resolution: Unresolved
- 
     P4 P4
- 
    1.2.0, 1.3.0, 1.4.0, 7u25, 8
- 
        x86
- 
        windows_nt, windows_xp
                    Name: krT82822			Date: 05/17/99
this button doesn't work properly:
...
JButton button1 = new JButton("Button with russian char '?'!");
button1.setMnemonic('?'); //same char
button1.addActionListener(
new ActionListener() {
public void actionPerformed(ActionEvent e) {
System.out.println("Button clicked!");
}
}
);
...
(Review ID: 54577)
======================================================================
            
this button doesn't work properly:
...
JButton button1 = new JButton("Button with russian char '?'!");
button1.setMnemonic('?'); //same char
button1.addActionListener(
new ActionListener() {
public void actionPerformed(ActionEvent e) {
System.out.println("Button clicked!");
}
}
);
...
(Review ID: 54577)
======================================================================
- duplicates
- 
                    JDK-4308587 JButton.setMnemonic(Russian key code or char) doesn't properly work -           
- Closed
 
-         
- 
                    JDK-4447202 German Umlauts don't work as button mnemonic -           
- Closed
 
-         
- 
                    JDK-4758891 RFE: Want to use German characters (ä,ö,ü,ß) as mnemonics -           
- Closed
 
-         
- relates to
- 
                    JDK-8030694 [sv] Invalide character is used for mnemonic on JCP -           
- Closed
 
-