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

Method getFrame

src/org/opensourcephysics/controls/OSPLog.java:1354–1356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1352 }
1353
1354 public static JFrame getFrame() {
1355 return getOSPLog().frame;
1356 }
1357
1358 public static void addPropertyChangeListener(PropertyChangeListener propertyChangeListener) {
1359 if (getFrame() != null)

Callers 8

actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
setLookAndFeelMethod · 0.95
terminateAppsMethod · 0.95
setVisibleMethod · 0.95
actionPerformedMethod · 0.95

Calls 1

getOSPLogMethod · 0.95

Tested by

no test coverage detected