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

Method maximize

macos/java/WindowMac.java:210–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 @Override
211 public Window maximize() {
212 assert _onUIThread() : "Should be run on UI thread";
213 _nMaximize();
214 return this;
215 }
216
217 @Override
218 public Window minimize() {

Callers

nothing calls this directly

Calls 2

_nMaximizeMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected