We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5d883 commit 643d472Copy full SHA for 643d472
src/main/java/visual_components/MainFrame.java
@@ -279,6 +279,10 @@ public void setUpShowHideAction() {
279
showToolbarMenuItem.setAction(showHideAction);
280
}
281
282
+ /**
283
+ * Generates the dummy menu buttons of HeaderComponent for the MainContextmenu.
284
+ * For fulfilling Apple contextmenu best practices.
285
+ */
286
public void setUpDummyHeaderComponentActions(){
287
288
contextMenu.addSeparator();
0 commit comments