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

Method showMessage

src/Graphwar/GameScreen.java:312–317  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

310 }
311
312 public void showMessage(String message)
313 {
314 this.messageLabel.setText(message);
315
316 showShowMessage(true);
317 }
318
319 public void refreshBack()
320 {

Callers 2

mouseReleasedMethod · 0.45
kickFromGameMethod · 0.45

Calls 1

showShowMessageMethod · 0.95

Tested by

no test coverage detected