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

Method setVisible

linux/java/WindowX11.java:122–127  ·  view source on GitHub ↗
(boolean isVisible)

Source from the content-addressed store, hash-verified

120 }
121
122 @Override
123 public Window setVisible(boolean isVisible) {
124 assert _onUIThread() : "Should be run on UI thread";
125 _nSetVisible(isVisible);
126 return super.setVisible(true);
127 }
128
129 @Override
130 public Window hideMouseCursorUntilMoved(boolean value) {

Callers

nothing calls this directly

Calls 2

_nSetVisibleMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected