Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ addPanel
Method
addPanel
app/src/processing/app/ui/EditorFooter.java:115–117 ·
view source on GitHub ↗
Add a panel with no icon.
(Component comp, String name)
Source
from the content-addressed store, hash-verified
113
114
/** Add a panel with no icon. */
115
public
void
addPanel(Component comp, String name) {
116
addPanel(comp, name, null);
117
}
118
119
120
/**
Callers
2
createFooter
Method · 0.95
addErrorTable
Method · 0.45
Calls
1
add
Method · 0.45
Tested by
no test coverage detected