убрал возможность задавать тип машины как кластера

This commit is contained in:
2025-02-10 16:14:48 +03:00
parent bc750f8db0
commit 7eecdf8f4d
8 changed files with 41 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ public class MainMenuBar extends VisualiserMenuBar {
//-
setPreferredSize(new Dimension(0, 30));
//---
/*
/*
add(new MenuBarButton() {
{
setIcon("/Common/icons/Apply.png");
@@ -71,7 +71,7 @@ public class MainMenuBar extends VisualiserMenuBar {
});
}
});
*/
*/
add(new JSeparator());
add(MachineButton = new MenuBarButton() {
{