ButtonArea buttons = new ButtonArea();
buttons.addButton(this.getApplyButton());
buttons.addButton(i18n.tr("Abbrechen"),new Action() {
public void handleAction(Object context) throws ApplicationException
{
throw new OperationCanceledException("Dialog abgebrochen");
}
},null,false,"process-stop.png");
container.addButtonArea(buttons);
// Apply-Button erst freischalten, wenn eine Loesung eingegeben wurde