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

Method isFront

shared/java/Window.java:369–369  ·  view source on GitHub ↗

Checks if window is currently the front-most one in the parent operating system. @return boolean

()

Source from the content-addressed store, hash-verified

367 * @return boolean
368 */
369 public abstract boolean isFront();
370
371 /**
372 * @return current Z order

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected