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

Method focus

macos/java/WindowMac.java:244–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 @Override
245 public Window focus() {
246 assert _onUIThread() : "Should be run on UI thread";
247 _nFocus();
248 return this;
249 }
250
251 @Override
252 public Window bringToFront() {

Callers

nothing calls this directly

Calls 2

_nFocusMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected