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

Method minimize

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

Hides the window to the system taskbar or dock. On Windows title-bar, the underline icon _ has the same behaviour. On macOS title-bar, the green circle has the same behaviour. @return this

()

Source from the content-addressed store, hash-verified

331 * @return this
332 */
333 public abstract Window minimize();
334
335 /**
336 * <p>Cancels the effect of {@link #minimize()} and {@link #maximize()} functions.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected