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

Method setTitle

windows/java/WindowWin32.java:64–69  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

62 }
63
64 @Override
65 public Window setTitle(String title) {
66 assert _onUIThread() : "Should be run on UI thread";
67 _nSetTitle(title);
68 return this;
69 }
70
71 @Override
72 public Window setIcon(File icon){

Callers

nothing calls this directly

Calls 2

_nSetTitleMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected