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

Method stopRunning

src/Graphwar/GraphTimer.java:88–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 public void stopRunning()
89 {
90 this.running = false;
91
92 timer.stop();
93 }
94 public void actionPerformed(ActionEvent e)
95 {
96 repaint();

Callers 1

stopPanelMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected