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

Method run

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

Source from the content-addressed store, hash-verified

330 public static void showLogInvokeLater() {
331 Runnable doLater = new Runnable() {
332 @Override
333 public void run() {
334 showLog();
335 }
336
337 };
338 java.awt.EventQueue.invokeLater(doLater);

Callers

nothing calls this directly

Calls 5

showLogMethod · 0.95
getChooserMethod · 0.95
getRelativePathMethod · 0.95
openMethod · 0.95
getAbsolutePathMethod · 0.45

Tested by

no test coverage detected