MCPcopy Index your code
hub / github.com/OpenSourcePhysics/osp / println

Method println

src/org/opensourcephysics/controls/Control.java:143–143  ·  view source on GitHub ↗

Prints a string in the control's message area followed by a CR and LF. GUI controls will usually display messages in a non-editable text area. @param s

(String s)

Source from the content-addressed store, hash-verified

141 * @param s
142 */
143 public void println(String s);
144
145 /**
146 * Prints a blank line in the control's message area. GUI controls will usually display

Callers 15

mainMethod · 0.65
initializeAnimationMethod · 0.65
printObjectsAndViewsMethod · 0.65
calculateMethod · 0.65
mainMethod · 0.65
calculateMethod · 0.65
myFunctionMethod · 0.65
doStepMethod · 0.65
createMethod · 0.65
disposeMethod · 0.65
loadDatasetURIMethod · 0.65

Implementers 6

OSPControlTablesrc/org/opensourcephysics/controls/OSP
HiddenControlsrc/org/opensourcephysics/controls/Hid
ShadowControlsrc/org/opensourcephysics/controls/Abs
XMLControlElementsrc/org/opensourcephysics/controls/XML
OSPControlsrc/org/opensourcephysics/controls/OSP
ControlFramesrc/org/opensourcephysics/controls/Con

Calls

no outgoing calls

Tested by 15

mainMethod · 0.52
AssetsTestMethod · 0.52
getFileListMethod · 0.52
ParserTestMethod · 0.52
showValuesMethod · 0.52
dispatchEventMethod · 0.52
mousePressedMethod · 0.52
Test_EventMethod · 0.52
showKeyEventMethod · 0.52
showMouseEventMethod · 0.52
actionPerformedMethod · 0.52
actionMethod · 0.52