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

Method restartScreen

src/Graphwar/PreGameScreen.java:437–441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435 }
436
437 public void restartScreen()
438 {
439 chatBox.emptyText();
440 playerBoard.restartPlayers();
441 }
442
443 public void showMessage(String message)
444 {

Callers 3

actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
stopGameMethod · 0.80

Calls 2

emptyTextMethod · 0.80
restartPlayersMethod · 0.80

Tested by

no test coverage detected