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

Method setContentSize

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

Set window content area size. Affects content and window rect, which includes window frame and decorations. @param width window content area width in pixels @param height window content area height in pixels @return this @see <a href="https://github.com/HumbleUI/JWM/

(int width, int height)

Source from the content-addressed store, hash-verified

180 * @see <a href="https://github.com/HumbleUI/JWM/blob/main/docs/Getting%20Started.md">Getting Started</a>
181 */
182 @NotNull @Contract("-> this")
183 public abstract Window setContentSize(int width, int height);
184
185 /**
186 * <p>Set window title.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected