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

Method showDisconnectMessage

src/Graphwar/GlobalScreen.java:244–249  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

242 }
243
244 public void showDisconnectMessage(String message)
245 {
246 this.messageLabel.setText(message);
247
248 showShowMessage(true);
249 }
250
251 public void paintComponent(Graphics g)
252 {

Callers 1

disconnectMethod · 0.80

Calls 1

showShowMessageMethod · 0.95

Tested by

no test coverage detected