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

Method startAnimating

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

Source from the content-addressed store, hash-verified

789 }
790
791 public void startAnimating()
792 {
793 if(this.animating==false)
794 {
795 initializeImages();
796
797 this.animating = true;
798
799 timer.start();
800 }
801 }
802
803 public void stopAnimating()
804 {

Callers 1

startPanelMethod · 0.80

Calls 2

initializeImagesMethod · 0.95
startMethod · 0.80

Tested by

no test coverage detected