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

Method bringToFront

linux/java/WindowX11.java:195–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 @Override
196 public Window bringToFront() {
197 assert _onUIThread() : "Should be run on UI thread";
198 // TODO implement
199 return this;
200 }
201
202 @Override
203 public boolean isFront() {

Callers

nothing calls this directly

Calls 1

_onUIThreadMethod · 0.45

Tested by

no test coverage detected