no message

This commit is contained in:
2023-11-02 00:01:34 +03:00
parent 10c03b6032
commit 0534eeade3
5 changed files with 60 additions and 12 deletions

View File

@@ -28,11 +28,11 @@ public abstract class ComparisonForm<T> {
protected JToolBar tools;
private JPanel editorPanel;
protected JLabel lObjectName;
private JButton bApplyObject;
protected JButton bApplyObject;
private JButton bPrevious;
private JButton bNext;
private JButton bCompare;
private JButton bClose;
protected JButton bClose;
//-->>
ComparisonForm<T> this_ = null; //?
ComparisonForm<T> slave = null;