Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_nIsFront
Method · 0.95
_onUIThread
Method · 0.45
Tested by
no test coverage detected