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

Method isFront

windows/java/WindowWin32.java:177–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 @Override
178 public boolean isFront() {
179 assert _onUIThread() : "Should be run on UI thread";
180 return _nIsFront();
181 }
182
183 @Override
184 public ZOrder getZOrder() {

Callers

nothing calls this directly

Calls 2

_nIsFrontMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected