Konto konto = null;
try
{
// Wir fragen das Konto grundsaetzlich manuell ab. Siehe BUGZILLA 700
KontoAuswahlDialog d = new KontoAuswahlDialog(KontoAuswahlDialog.POSITION_CENTER);
konto = (Konto) d.open();
}
catch (OperationCanceledException oce)
{
Logger.info("import cancelled");
return;