* 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;