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

Method run

examples/dashboard/java/PanelTextInput.java:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 window.setTextInputClient(this);
25 timerTask = new TimerTask() {
26 public void run() {
27 cursorDraw = !cursorDraw;
28 App.runOnUIThread(() -> { if (!window.isClosed()) window.requestFrame(); });
29 }
30 };
31 timer.schedule(timerTask, 0, 500);
32 }

Callers

nothing calls this directly

Calls 3

runOnUIThreadMethod · 0.95
isClosedMethod · 0.80
requestFrameMethod · 0.45

Tested by

no test coverage detected