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

Method stopPanel

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

Source from the content-addressed store, hash-verified

523 }
524
525 public void stopPanel()
526 {
527 this.plane.stopAnimating();
528 this.timer.stopRunning();
529 }
530
531 public void keyPressed(KeyEvent e)
532 {

Callers

nothing calls this directly

Calls 2

stopAnimatingMethod · 0.80
stopRunningMethod · 0.80

Tested by

no test coverage detected