Package charva.awt

Examples of charva.awt.Window.addKeyListener()


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

    /** @deprecated Replaced by getText().
     */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.