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

Method setTitle

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

Sets the title for this frame to the specified string after converting TeX math symbols to characters. @param title the title to be displayed in the frame's border. A null value is treated as an empty string, "". @see #getTitle

(String title)

Source from the content-addressed store, hash-verified

229 * @see #getTitle
230 */
231 @Override
232 public void setTitle(String title) {
233 super.setTitle(TeXParser.parseTeX(title));
234 }
235
236 /**
237 * Adds a child frame that depends on this frame. Child frames are closed when

Callers 1

snapshotMethod · 0.95

Calls 2

parseTeXMethod · 0.95
setTitleMethod · 0.65

Tested by

no test coverage detected