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

Method removeToolbarRecentMenu

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

Source from the content-addressed store, hash-verified

452
453
454 public void removeToolbarRecentMenu() {
455 toolbarMenu.remove(Recent.getToolbarMenu());
456 }
457
458
459 protected void rebuildToolbarMenu() { //JMenu menu) {

Callers 1

windowDeactivatedMethod · 0.80

Calls 2

getToolbarMenuMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected