* Constructor. Sets PObject to Ans.
* @param applet The <em>controller</em> object.
*/
public AnsButton( CalculatorApplet applet ){
this.applet = applet;
this.pobject = new Ans();
setText();
setTextSize();
addActionListener( this );
tooltip = "use to calculate with the last result you found";
shortcut = 'a';