редизайн вкладки с машинами, и отображения текущих объектов

v++
This commit is contained in:
2024-12-02 23:11:40 +03:00
parent 03b73e98f8
commit 8536ba9d77
18 changed files with 293 additions and 312 deletions

View File

@@ -48,11 +48,13 @@ public class CompilersForm extends DataSetControlForm<Compiler> {
protected void ShowCurrentObject() throws Exception {
super.ShowCurrentObject();
Global.mainModule.getUI().getMainWindow().getTestingWindow().ShowCurrentCompiler();
Global.mainModule.getUI().mainMenuBar.ShowCompiler(dataSource.getUI().getCurrent());
}
@Override
protected void ShowNoCurrentObject() throws Exception {
super.ShowNoCurrentObject();
Global.mainModule.getUI().getMainWindow().getTestingWindow().ShowCurrentCompiler();
Global.mainModule.getUI().mainMenuBar.ShowNoCompiler();
}
@Override
public DataMenuBar createMenuBar() {