Экспорт пакета в excel

This commit is contained in:
2023-12-07 00:09:10 +03:00
parent 9b46d395df
commit 540c041408
9 changed files with 182 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ public class MainMenuBar extends VisualiserMenuBar {
//-
setPreferredSize(new Dimension(0, 30));
//---
/*
add(new MenuBarButton() {
{
setIcon("/icons/Apply.png");
@@ -62,6 +62,7 @@ public class MainMenuBar extends VisualiserMenuBar {
});
}
});
*/
//---
ShowProject(false);
}