MCPcopy Index your code
hub / github.com/benfry/processing4 / setIcon

Method setIcon

app/src/processing/app/ui/Toolkit.java:701–703  ·  view source on GitHub ↗

Unnecessary version of the function, but can't get rid of it without breaking tools and modes (they'd only require a recompile, but they would no longer be backwards compatible).

(Frame frame)

Source from the content-addressed store, hash-verified

699 * but they would no longer be backwards compatible).
700 */
701 static public void setIcon(Frame frame) {
702 setIcon((Window) frame);
703 }
704
705
706 /**

Callers 13

startSaveAsThreadMethod · 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