Name: skT88420 Date: 01/31/2000
java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-T)
Java HotSpot(TM) Client VM (build 1.3.0rc1-S, mixed mode)
... and of course all earlier versions of JDK
JButon but = new JButton(<Russian string>);
but.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) { // some action
});
but.setMnemonic(<Russian char or key code of char from the string>);
'actionPerformed' is not invoked when one press <Alt + corresponding char> !
(Review ID: 100555)
======================================================================