Package jscicalc.pobject

Examples of jscicalc.pobject.Del


     * Constructor. Sets PObject to Del.
     * @param applet The <em>controller</em> object.
     */
    public DelButton( CalculatorApplet applet ){
  this.applet = applet;
  this.pobject = new Del();
  setText();
  setTextSize();
  tooltip
      = "deletes the last part of the expression you are typing [backspace]";
  shortcut = 0;
View Full Code Here

TOP

Related Classes of jscicalc.pobject.Del

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.