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

Method setTitle

linux/java/WindowX11.java:64–71  ·  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 try {
68 _nSetTitle(title.getBytes("UTF-8"));
69 } catch (UnsupportedEncodingException ignored) {}
70 return this;
71 }
72
73 @Override
74 public Window setIcon(File icon) {

Callers

nothing calls this directly

Calls 2

_nSetTitleMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected