* Constructor. Sets PObject to Scl.
* @param applet The <em>controller</em> object.
*/
public SclButton( CalculatorApplet applet ){
this.applet = applet;
this.pobject = new Scl();
setText();
setTextSize();
tooltip = "clears the calculator statistics memory";
shortcut = '\\';
setToolTipText();