MCPcopy Create free account
hub / github.com/HumbleUI/JWM / setIcon

Method setIcon

windows/java/WindowWin32.java:71–76  ·  view source on GitHub ↗
(File icon)

Source from the content-addressed store, hash-verified

69 }
70
71 @Override
72 public Window setIcon(File icon){
73 assert _onUIThread() : "Should be run on UI thread";
74 _nSetIcon(icon.getAbsolutePath().toString());
75 return this;
76 }
77
78 @Override
79 public Window setTitlebarVisible(boolean value) {

Callers

nothing calls this directly

Calls 3

_nSetIconMethod · 0.95
_onUIThreadMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected