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

Method startPanel

src/Graphwar/GameScreen.java:517–523  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

515 }
516
517 public void startPanel()
518 {
519 showFuncType();
520
521 this.plane.startAnimating();
522 this.timer.startRunning();
523 }
524
525 public void stopPanel()
526 {

Callers

nothing calls this directly

Calls 3

showFuncTypeMethod · 0.95
startAnimatingMethod · 0.80
startRunningMethod · 0.80

Tested by

no test coverage detected