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

Method setWindowSize

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

Set window size on the screen. Affects content and window rect, which includes window frame and decorations. For precise window content area sizing you must take into account window decorations and correct this function input. @param width window rect width in pixels @para

(int width, int height)

Source from the content-addressed store, hash-verified

166 * @see <a href="https://github.com/HumbleUI/JWM/blob/main/docs/Getting%20Started.md">Getting Started</a>
167 */
168 @NotNull @Contract("-> this")
169 public abstract Window setWindowSize(int width, int height);
170
171 /**
172 * <p>Set window content area size.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected