Container中有一个名为topBar的侧边菜单。 我在主工具栏中添加了一个图标。这应该是侧面菜单的一部分。 我停用了主题中的汉堡图标。 现在我无法进入侧边菜单。 tb是主工具栏。
到目前为止代码:
Container topBar = BorderLayout.north(new Label(icon));
topBar.add(BorderLayout.WEST, new Label("Cool App Tagline...", "SidemenuTagline"));
topBar.setUIID("SideCommand");
tb.addCommandToLeftBar("", icon, (e) -> XXXXX);
我找不到侧面菜单的启动功能,请参阅xxxxx。