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

Method isDone

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

Source from the content-addressed store, hash-verified

238 }
239
240 protected boolean isDone() {
241 return (count >= max);
242 }
243
244 protected void onIdle() {
245 progressBar.setValue(min);

Callers 6

runMethod · 0.95
finalizeLoaderMethod · 0.80
savePathSegmentsMethod · 0.80
reverseMethod · 0.80
drawMethod · 0.80
stateLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected