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)
| 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> |
nothing calls this directly
no outgoing calls
no test coverage detected