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

Method main

src/csm/ch02/CalculationApp.java:49–52  ·  view source on GitHub ↗

Starts the Java application. @param args command line parameters

(String[] args)

Source from the content-addressed store, hash-verified

47 * @param args command line parameters
48 */
49 public static void main(String[] args) { // Create a calculation control structure using this class
50 CalculationControl control=CalculationControl.createApp(new CalculationApp());
51 control.addButton("myFunction", "Press Me");
52 }
53}
54
55/*

Callers

nothing calls this directly

Calls 2

createAppMethod · 0.95
addButtonMethod · 0.45

Tested by

no test coverage detected