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

Method isFront

macos/java/WindowMac.java:258–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 @Override
259 public boolean isFront() {
260 assert _onUIThread() : "Should be run on UI thread";
261 return _nIsFront();
262 }
263
264 @Override
265 public ZOrder getZOrder() {

Callers

nothing calls this directly

Calls 2

_nIsFrontMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected