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

Method _nSetWindowSize

windows/java/WindowWin32.java:226–226  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

224 @ApiStatus.Internal public native IRect _nGetContentRect();
225 @ApiStatus.Internal public native void _nSetWindowPosition(int left, int top);
226 @ApiStatus.Internal public native void _nSetWindowSize(int width, int height);
227 @ApiStatus.Internal public native void _nSetContentSize(int width, int height);
228 @ApiStatus.Internal public native void _nSetTitle(String title);
229 @ApiStatus.Internal public native void _nSetTitlebarVisible(boolean isVisible);

Callers 1

setWindowSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected