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

Method setWindowPosition

windows/java/WindowWin32.java:43–48  ·  view source on GitHub ↗
(int left, int top)

Source from the content-addressed store, hash-verified

41 }
42
43 @Override
44 public Window setWindowPosition(int left, int top) {
45 assert _onUIThread() : "Should be run on UI thread";
46 _nSetWindowPosition(left, top);
47 return this;
48 }
49
50 @Override
51 public Window setWindowSize(int width, int height) {

Callers

nothing calls this directly

Calls 2

_nSetWindowPositionMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected