Lin Spec task ready

This commit is contained in:
2022-06-02 16:32:01 +03:00
parent 0eff9f6b46
commit 2f296d5cf4
5 changed files with 74 additions and 3 deletions

View File

@@ -62,7 +62,10 @@ public class MenuBar extends JMenuBar {
harvestPerTypeItem.addActionListener(new MenuActionGetHarvestPerType(tableModel));
menu.add(harvestPerTypeItem);
menu.add(createMockMenuItem("Lin Spec"));
JMenuItem linSpecItem = new JMenuItem("Lin Spec");
linSpecItem.addActionListener(new MenuActionLinSpec());
menu.add(linSpecItem);
menu.add(createMockMenuItem("Сектор К деревьев"));
this.add(menu);
}