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

Method restore

windows/java/WindowWin32.java:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 public Window restore() {
148 assert _onUIThread() : "Should be run on UI thread";
149 _nRestore();
150 return this;
151 }
152
153 @Override
154 public Window setFullScreen(boolean value) {

Callers

nothing calls this directly

Calls 2

_nRestoreMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected