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

Method setWindowSize

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

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public Window setWindowSize(int width, int height) {
52 assert _onUIThread() : "Should be run on UI thread";
53 _nSetWindowSize(width, height);
54 return this;
55 }
56
57 @Override
58 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