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

Method maximize

shared/java/Window.java:323–323  ·  view source on GitHub ↗

Expands the window to take up all of the space of the desktop except taskbars, docks, etc. On Windows title-bar, the single square icon [] has the same behaviour. On macOS title-bar, the yellow circle has the same behaviour. @return this

()

Source from the content-addressed store, hash-verified

321 * @return this
322 */
323 public abstract Window maximize();
324
325 /**
326 * <p>Hides the window to the system taskbar or dock.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected