MCPcopy Index your code
hub / github.com/processing/processing / setIcon

Method setIcon

app/src/processing/app/ui/Toolkit.java:634–636  ·  view source on GitHub ↗
(Frame frame)

Source from the content-addressed store, hash-verified

632 // breaking tools and modes (they'd only require a recompile, but they would
633 // no longer be backwards compatible.
634 static public void setIcon(Frame frame) {
635 setIcon((Window) frame);
636 }
637
638
639 /**

Callers 13

runMethod · 0.95
initMethod · 0.95
CharacterSelectorMethod · 0.95
makeFrameMethod · 0.95
WebFrameMethod · 0.95
PreferencesFrameMethod · 0.95
ExamplesFrameMethod · 0.95
SketchbookFrameMethod · 0.95
EditorMethod · 0.95
FindReplaceMethod · 0.95
ColorChooserMethod · 0.95
RenameMethod · 0.95

Calls 3

isMacOSMethod · 0.95
getLibImageMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected