Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4308587

JButton.setMnemonic(Russian key code or char) doesn't properly work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.3.0
    • client-libs



      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)
      ======================================================================

            bcbeck Brian Beck (Inactive)
            skonchad Sandeep Konchady
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: