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

Method TextPanel

src/org/opensourcephysics/display/TextPanel.java:40–43  ·  view source on GitHub ↗

Constructs a TextPanel and places it within the given drawing panel.

()

Source from the content-addressed store, hash-verified

38 * Constructs a TextPanel and places it within the given drawing panel.
39 */
40 public TextPanel() {
41 setBackground(backgroundColor);
42 font = new Font(fontname, fontstyle, fontsize);
43 }
44
45 /**
46 * Constructs a TextPanel and places it within the given drawing panel.

Callers

nothing calls this directly

Calls 2

fixTextMethod · 0.95
setBackgroundMethod · 0.45

Tested by

no test coverage detected