Package charva.awt

Examples of charva.awt.Window


     *
     * @param mnemonic_ the keycode of the mnemonic key.
     */
    public void setMnemonic(int mnemonic_) {
  _mnemonic = mnemonic_;
  Window ancestor = super.getAncestorWindow();
  if (ancestor != null) {
      ancestor.addKeyListener(this);
  }
    }
View Full Code Here

TOP

Related Classes of charva.awt.Window

Copyright © 2018 www.massapicom. 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.