MCPcopy Create free account
hub / github.com/catabriga/graphwar / stopAnimating

Method stopAnimating

src/Graphwar/GraphPlane.java:803–808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

801 }
802
803 public void stopAnimating()
804 {
805 this.animating = false;
806
807 timer.stop();
808 }
809
810 public void actionPerformed(ActionEvent arg0)
811 {

Callers 1

stopPanelMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected