46474849505152
/** * Creates the new button */ public CButton(){ super( null ); init( new CommonSimpleButtonAction( this )); }