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

Method clear

src/org/opensourcephysics/controls/OSPLog.java:589–593  ·  view source on GitHub ↗

Clears the log.

()

Source from the content-addressed store, hash-verified

587 * Clears the log.
588 */
589 public void clear() {
590 if (logPane != null)
591 logPane.setText(null);
592 logBuffer.setLength(0);
593 }
594
595 /**
596 * Saves the log to a text file specified by name.

Callers 2

launchMethod · 0.95
actionPerformedMethod · 0.95

Calls 2

setTextMethod · 0.65
setLengthMethod · 0.45

Tested by

no test coverage detected