Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startPanel
Method · 0.80
Calls
2
initializeImages
Method · 0.95
start
Method · 0.80
Tested by
no test coverage detected