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

Method maximize

windows/java/WindowWin32.java:135–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 public Window maximize() {
136 assert _onUIThread() : "Should be run on UI thread";
137 _nMaximize();
138 return this;
139 }
140
141 public Window minimize() {
142 assert _onUIThread() : "Should be run on UI thread";

Callers

nothing calls this directly

Calls 2

_nMaximizeMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected