MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / initAsyncSlider

Method initAsyncSlider

src/main/java/de/florianmichael/viamcp/ViaMCP.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public void initAsyncSlider() {
44 this.initAsyncSlider(5, 5, 110, 20);
45 }
46
47 public void initAsyncSlider(int x, int y, int width, int height) {
48 asyncVersionSlider = new AsyncVersionSlider(-1, x, y, Math.max(width, 110), height);

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected