8081828384858687888990
*/ public void setMnemonic(int mnemonic_) { _mnemonic = mnemonic_; Window ancestor = super.getAncestorWindow(); if (ancestor != null) { ancestor.addKeyListener(this); } } /** @deprecated Replaced by getText(). */