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

Method getProgressBar

linux/java/WindowX11.java:222–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 @Override
223 public float getProgressBar() {
224 throw new UnsupportedOperationException("impl me!");
225 }
226
227 @Override
228 public Window setProgressBar(float progress) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected