Skip to content

Commit 643d472

Browse files
committed
added java doc
1 parent 3f5d883 commit 643d472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/visual_components/MainFrame.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ public void setUpShowHideAction() {
279279
showToolbarMenuItem.setAction(showHideAction);
280280
}
281281

282+
/**
283+
* Generates the dummy menu buttons of HeaderComponent for the MainContextmenu.
284+
* For fulfilling Apple contextmenu best practices.
285+
*/
282286
public void setUpDummyHeaderComponentActions(){
283287

284288
contextMenu.addSeparator();

0 commit comments

Comments
 (0)