* Button icon.
*/
public JCommandButton(String title, ResizableIcon icon) {
super(title, icon);
this.setActionModel(new ActionRepeatableButtonModel(this));
// important - handler creation must be done before setting
// the popup model so that it can be registered to track the
// changes
this.popupHandler = new PopupHandler();