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

Method restore

macos/java/WindowMac.java:224–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 }
223
224 @Override
225 public Window restore() {
226 assert _onUIThread() : "Should be run on UI thread";
227 _nRestore();
228 return this;
229 }
230
231 @Override
232 public Window setFullScreen(boolean value) {

Callers

nothing calls this directly

Calls 2

_nRestoreMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected