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

Method minimize

windows/java/WindowWin32.java:141–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 public Window minimize() {
142 assert _onUIThread() : "Should be run on UI thread";
143 _nMinimize();
144 return this;
145 }
146
147 public Window restore() {
148 assert _onUIThread() : "Should be run on UI thread";

Callers

nothing calls this directly

Calls 2

_nMinimizeMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected