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

Method bringToFront

macos/java/WindowMac.java:251–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249 }
250
251 @Override
252 public Window bringToFront() {
253 assert _onUIThread() : "Should be run on UI thread";
254 _nBringToFront();
255 return this;
256 }
257
258 @Override
259 public boolean isFront() {

Callers

nothing calls this directly

Calls 2

_nBringToFrontMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected