Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getImportMenu
Method
getImportMenu
app/src/processing/app/Mode.java:487–492 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
485
486
487
public
JMenu getImportMenu() {
488
if
(importMenu == null) {
489
rebuildImportMenu();
490
}
491
return
importMenu;
492
}
493
494
495
public
void
rebuildImportMenu() {
//JMenu importMenu) {
Callers
3
removeImportMenu
Method · 0.95
insertImportMenu
Method · 0.95
buildSketchMenu
Method · 0.80
Calls
1
rebuildImportMenu
Method · 0.95
Tested by
no test coverage detected