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

Method setTitle

macos/java/WindowMac.java:65–70  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

63 }
64
65 @Override
66 public Window setTitle(String title) {
67 assert _onUIThread() : "Should be run on UI thread";
68 _nSetTitle(title);
69 return this;
70 }
71
72 /**
73 * Hide the title from the title bar without changing the text content.

Callers

nothing calls this directly

Calls 2

_nSetTitleMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected