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

Method focus

windows/java/WindowWin32.java:163–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 }
162
163 @Override
164 public Window focus() {
165 assert _onUIThread() : "Should be run on UI thread";
166 _nFocus();
167 return this;
168 }
169
170 @Override
171 public Window bringToFront() {

Callers

nothing calls this directly

Calls 2

_nFocusMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected