126127128129130131132133134135136
b.addButton(i18n.tr("Jetzt bei der Bank l�schen"), new Action() { public void handleAction(Object context) throws ApplicationException { Boolean b = (Boolean) box.getValue(); if (b.booleanValue()) { date = null; } else {