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

Method main

unused/debugging/InspectorBug.java:45–50  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

43 }
44
45 public static void main(String[] args) {
46 InspectorBug app = new InspectorBug();
47 app.controlTable.setEditable(true);
48 app.plot.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
49 app.show();
50 }
51}

Callers

nothing calls this directly

Calls 3

showMethod · 0.95
setEditableMethod · 0.45

Tested by

no test coverage detected