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

Method setContentSize

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_nSetContentSizeMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected