* Constructor. Sets PObject to On.
* @param applet The <em>controller</em> object.
*/
public OnButton( CalculatorApplet applet ){
this.applet = applet;
this.pobject = new On();
setText();
setTextSize();
tooltip = "switches the calculator on and clears the display";
shortcut = 'o';
setToolTipText();