в процессе редизайна. не очень нравится как вкладки расположены.

This commit is contained in:
2023-10-10 20:14:48 +03:00
parent c05eb12737
commit ca969faacd
17 changed files with 296 additions and 296 deletions

View File

@@ -119,12 +119,12 @@ public class CompilersDBTable extends iDBTable<Compiler> {
@Override
public void ShowCurrentObject() throws Exception {
super.ShowCurrentObject();
UI.getMainWindow().getTestingWindow().ShowCredentials();
UI.getMainWindow().ShowCredentials();
}
@Override
public void ShowNoCurrentObject() throws Exception {
super.ShowNoCurrentObject();
UI.getMainWindow().getTestingWindow().ShowCredentials();
UI.getMainWindow().ShowCredentials();
}
};
}