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

Method restore

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

Cancels the effect of #minimize() and #maximize() functions. On Windows title-bar, the double 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

341 * @return this
342 */
343 public abstract Window restore();
344
345 public abstract Window setFullScreen(boolean value);
346

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected