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

Method close

linux/java/WindowX11.java:169–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 @Override
170 public void close() {
171 assert _onUIThread() && !isClosed();
172 _nClose();
173 super.close();
174 }
175
176 @Override
177 public Window maximize() {

Callers

nothing calls this directly

Calls 4

_nCloseMethod · 0.95
isClosedMethod · 0.80
closeMethod · 0.65
_onUIThreadMethod · 0.45

Tested by

no test coverage detected