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

Method showHelp

src/test/LoaderTest.java:117–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116
117 private void showHelp() {
118 String msg="The Lord helps those who help themselves.";
119 JOptionPane.showMessageDialog(null,msg);
120 System.out.println(msg);
121 }
122
123 /**
124 * Gets the library browser.

Callers 1

propertyChangeMethod · 0.95

Calls 2

showMessageDialogMethod · 0.80
printlnMethod · 0.65

Tested by

no test coverage detected