Доделаны процессы для разных машин

This commit is contained in:
2024-04-24 22:23:50 +03:00
parent 4d543cb94f
commit c6e5036b9c
12 changed files with 143 additions and 471 deletions

View File

@@ -30,7 +30,7 @@ public class Pass_2021<T> {
public Semaphore animation_sem;
//--------------
public Vector<PassControl> controls = new Vector<>();
protected TextLog Log; //внутренний журнал прохода.
public TextLog Log; //внутренний журнал прохода.
protected boolean interrupt;
protected SwingWorker dispatcher = null;
private PassForm form = null;