ButtonArea buttons = new ButtonArea();
buttons.addButton(i18n.tr("�bernehmen"), action,null,false,"ok.png");
buttons.addButton(i18n.tr("Abbrechen"), new Action() {
public void handleAction(Object context) throws ApplicationException
{
throw new OperationCanceledException("cancelled in key format dialog");
}
},null,false,"process-stop.png");
c.addButtonArea(buttons);