no message

This commit is contained in:
2024-10-14 16:16:41 +03:00
parent 066ebfaa71
commit 702529147d
13 changed files with 56 additions and 49 deletions

View File

@@ -266,10 +266,10 @@ public class Pass<T> {
animation_sem.acquire();
//---
form = null;
MainModule_.instance.passForm = null;
MainModule_.instance.getUI().DropPassForm();;
System.gc();
//--
MainModule_.instance.passForm = form = new PassForm(this);
form = MainModule_.instance.getUI().SetPassForm(new PassForm(this));
dispatcher = new SwingWorker() {
@Override
protected Object doInBackground() {