MCPcopy Index your code
hub / github.com/benfry/processing4 / getToolbarMenu

Method getToolbarMenu

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

Source from the content-addressed store, hash-verified

386
387
388 @SuppressWarnings("unused")
389 public JMenu getToolbarMenu() {
390 if (toolbarMenu == null) {
391 rebuildToolbarMenu();
392 }
393 return toolbarMenu;
394 }
395
396
397 public void insertToolbarRecentMenu() {

Callers

nothing calls this directly

Calls 1

rebuildToolbarMenuMethod · 0.95

Tested by

no test coverage detected