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

Method bringToFront

windows/java/WindowWin32.java:170–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 @Override
171 public Window bringToFront() {
172 assert _onUIThread() : "Should be run on UI thread";
173 _nBringToFront();
174 return this;
175 }
176
177 @Override
178 public boolean isFront() {

Callers

nothing calls this directly

Calls 2

_nBringToFrontMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected