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

Method setTitlebarVisible

windows/java/WindowWin32.java:78–83  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

76 }
77
78 @Override
79 public Window setTitlebarVisible(boolean value) {
80 assert _onUIThread();
81 _nSetTitlebarVisible(value);
82 return this;
83 }
84
85 @Override
86 public Window hideMouseCursorUntilMoved(boolean value) {

Callers

nothing calls this directly

Calls 2

_nSetTitlebarVisibleMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected