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

Method isFront

linux/java/WindowX11.java:202–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 @Override
203 public boolean isFront() {
204 assert _onUIThread() : "Should be run on UI thread";
205 // TODO: impl me
206 return false;
207 }
208
209 @Override
210 public ZOrder getZOrder() {

Callers

nothing calls this directly

Calls 1

_onUIThreadMethod · 0.45

Tested by

no test coverage detected