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

Method stop

src/Graphwar/GraphUI.java:51–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 public void stop()
52 {
53 for(int i=0; i< screens.length; i++)
54 {
55 if(screens[i] instanceof StartStopPanel)
56 {
57 ((StartStopPanel) screens[i]).stopPanel();
58 }
59 }
60 }
61
62 public void setScreen(int screenNum)
63 {

Callers 3

stopAnimatingMethod · 0.45
stopRunningMethod · 0.45
actionPerformedMethod · 0.45

Calls 1

stopPanelMethod · 0.65

Tested by

no test coverage detected