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

Method close

windows/java/WindowWin32.java:206–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 @Override
207 public void close() {
208 assert _onUIThread() : "Should be run on UI thread";
209 assert !isClosed() : "Window is already closed";
210 _nClose();
211 super.close();
212 }
213
214 public Window winSetParent(long hwnd) {
215 assert _onUIThread() : "Should be run on UI thread";

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