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

Method main

src/demoJS/StateMachineTestApp.java:118–122  ·  view source on GitHub ↗

Starts the Java application. @param args command line parameters

(String[] args)

Source from the content-addressed store, hash-verified

116 * @param args command line parameters
117 */
118 public static void main(String[] args) { // Create a calculation control structure using this class
119 CalculationControl control = CalculationControl.createApp(new StateMachineTestApp());
120 control.addButton("startHelper", "Start");
121 control.addButton("stopHelper", "Stop");
122 }
123}

Callers

nothing calls this directly

Calls 2

createAppMethod · 0.95
addButtonMethod · 0.45

Tested by

no test coverage detected