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

Method setContentSize

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

Source from the content-addressed store, hash-verified

56 }
57
58 @Override
59 public Window setContentSize(int width, int height) {
60 assert _onUIThread() : "Should be run on UI thread";
61 _nSetContentSize(width, height);
62 return this;
63 }
64
65 @Override
66 public Window setTitle(String title) {

Callers

nothing calls this directly

Calls 2

_nSetContentSizeMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected