Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getIconX
Method
getIconX
app/src/processing/app/ui/Toolkit.java:543–545 ·
view source on GitHub ↗
(File dir, String base)
Source
from the content-addressed store, hash-verified
541
542
543
static
public
ImageIcon getIconX(File dir, String base) {
544
return
getIconX(dir, base, 0);
545
}
546
547
548
/**
Callers
2
getLibIconX
Method · 0.95
CompletionPanel
Method · 0.95
Calls
1
highResImages
Method · 0.95
Tested by
no test coverage detected