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

Method setWindowSize

macos/java/WindowMac.java:51–56  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public Window setWindowSize(int width, int height) {
53 assert _onUIThread() : "Should be run on UI thread";
54 _nSetWindowSize(width, height);
55 return this;
56 }
57
58 @Override
59 public Window setContentSize(int width, int height) {

Callers

nothing calls this directly

Calls 2

_nSetWindowSizeMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected