Examples of RCL


Examples of jscicalc.pobject.RCL

     * Constructor. Sets PObject to RCL.
     * @param applet The <em>controller</em> object.
     */
    public RCLButton( CalculatorApplet applet ){
  this.applet = applet;
  this.pobject = new RCL();
  setText();
  setTextSize();
  tooltip = "use to recall the value in memory";
  shortcut = 'R';
  setToolTipText();
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.