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

Method TextBox

src/org/opensourcephysics/display/TextBox.java:45–47  ·  view source on GitHub ↗

Constructor TextBox

()

Source from the content-addressed store, hash-verified

43 * Constructor TextBox
44 */
45 public TextBox() {
46 font = new Font(fontname, fontstyle, fontsize);
47 }
48
49 /**
50 * Constructor TextBox

Callers

nothing calls this directly

Calls 1

parseTeXMethod · 0.95

Tested by

no test coverage detected