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

Method focus

linux/java/WindowX11.java:188–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 @Override
189 public Window focus() {
190 assert _onUIThread() : "Should be run on UI thread";
191 // TODO implement
192 return this;
193 }
194
195 @Override
196 public Window bringToFront() {

Callers

nothing calls this directly

Calls 1

_onUIThreadMethod · 0.45

Tested by

no test coverage detected