Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ hasIcon
Method
hasIcon
app/src/processing/app/ui/EditorFooter.java:382–384 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
380
}
381
382
boolean hasIcon() {
383
return
enabledIcon != null;
384
}
385
386
void
draw(Graphics g) {
387
int
state = isCurrent() ? SELECTED : UNSELECTED;
Callers
2
draw
Method · 0.95
drawTabs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected