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

Method main

src/debugging/physicsapps/IsingApp.java:279–284  ·  view source on GitHub ↗

Start the Java application. @param args command line parameters

(String[] args)

Source from the content-addressed store, hash-verified

277 * @param args command line parameters
278 */
279 public static void main(String[] args) {
280 Animation model = new IsingApp();
281 AnimationControl control = new AnimationControl(model);
282 control.addButton("randomize", "Randomize"); // optional custom action
283 model.setControl(control);
284 }
285}

Callers

nothing calls this directly

Calls 2

setControlMethod · 0.95
addButtonMethod · 0.45

Tested by

no test coverage detected