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

Method _nSetWindowPosition

macos/java/WindowMac.java:336–336  ·  view source on GitHub ↗
(int left, int top)

Source from the content-addressed store, hash-verified

334 @ApiStatus.Internal public native IRect _nGetWindowRect();
335 @ApiStatus.Internal public native IRect _nGetContentRect();
336 @ApiStatus.Internal public native boolean _nSetWindowPosition(int left, int top);
337 @ApiStatus.Internal public native void _nSetWindowSize(int width, int height);
338 @ApiStatus.Internal public native void _nSetContentSize(int width, int height);
339 @ApiStatus.Internal public native void _nSetTitle(String title);

Callers 1

setWindowPositionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected