35363738394041424344454647
display.syncExec(new Runnable() { public void run() { InputDlg dlg = new InputDlg(parentShell); dlg.setText("Vips"); ergebnis = dlg.open(msg, initText, InputDlg.STANDARD_VERIFIZIERER, true); } } ); if (ergebnis == null) ergebnis = "";