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

Method show

unused/debugging/InspectorBug.java:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40 public void show() {
41 plot.setVisible(true);
42 plot.toFront();
43 }
44
45 public static void main(String[] args) {
46 InspectorBug app = new InspectorBug();

Callers 1

mainMethod · 0.95

Calls 1

setVisibleMethod · 0.65

Tested by

no test coverage detected