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