no message

This commit is contained in:
2023-11-08 23:13:16 +03:00
parent 4cd1a46c6d
commit f0a63d910f
6 changed files with 61 additions and 8 deletions

View File

@@ -58,12 +58,11 @@ public class MainMenuBar extends VisualiserMenuBar {
setIcon("/icons/Apply.png");
setToolTipText("Test");
addActionListener(e -> {
SapforTestingPlanner planner =new SapforTestingPlanner();
planner.Start();
Pass_2021.passes.get(PassCode_2021.TestPass).Do();
});
}
});
*/
//---
ShowProject(false);