MCPcopy 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

getLibIconXMethod · 0.95
CompletionPanelMethod · 0.95

Calls 1

highResImagesMethod · 0.95

Tested by

no test coverage detected