MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / onDone

Method onDone

src/demoJS/ProgressBarSimpleDemo.java:252–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 protected void onDone() {
253 progressBar.setValue(count);
254 System.out.println("Done long job.\n");
255 progressBar.setString("Done");
256 }
257
258 public static void main(String[] args) {
259 new ProgressBarSimpleDemo(0, 10, true);

Callers 2

runMethod · 0.95
stateLoopMethod · 0.80

Calls 2

setValueMethod · 0.65
printlnMethod · 0.65

Tested by

no test coverage detected