drawWin(currentData,winname);
}});
sync.startWaiting();
if (aborted[0]==1)
throw new AbortedException(HBCIUtilsInternal.getLocMsg("EXCMSG_USR_ABORT"));
else if (aborted[0]==2)
throw new InvalidUserDataException(HBCIUtilsInternal.getLocMsg("EXCMSG_PWDONTMATCH"));
}