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

Method dispose

src/org/opensourcephysics/display/OSPFrame.java:392–398  ·  view source on GitHub ↗

Disposes all resources.

()

Source from the content-addressed store, hash-verified

390 * Disposes all resources.
391 */
392 @Override
393 public void dispose() {
394 keepHidden = true;
395 this.clearData();
396 disposeChildWindows();
397 super.dispose();
398 }
399
400 /**
401 * Shows or hides this component depending on the value of parameter

Callers

nothing calls this directly

Calls 3

clearDataMethod · 0.95
disposeChildWindowsMethod · 0.95
disposeMethod · 0.65

Tested by

no test coverage detected