MCPcopy Index your code
hub / github.com/processing/processing / getToolbarMenu

Method getToolbarMenu

app/src/processing/app/Mode.java:436–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434
435
436 public JMenu getToolbarMenu() {
437 if (toolbarMenu == null) {
438// toolbarMenu = new JMenu();
439 rebuildToolbarMenu();
440 }
441 return toolbarMenu;
442 }
443
444
445 public void insertToolbarRecentMenu() {

Callers

nothing calls this directly

Calls 1

rebuildToolbarMenuMethod · 0.95

Tested by

no test coverage detected