{
GUI.getView().setTitle(i18n.tr("PIN/TAN-Konfigurationen"));
final Controller control = new Controller(this);
Container c = new SimpleContainer(getParent());
c.addText(i18n.tr("Klicken Sie auf \"PIN/TAN-Zugang anlegen\", um einen neuen Bank-Zugang �ber das PIN/TAN-Verfahren einzurichten."),true);
ButtonArea buttons = new ButtonArea();
buttons.addButton(i18n.tr("PIN/TAN-Zugang anlegen"),new Action()
{
public void handleAction(Object context) throws ApplicationException