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

Method addChat

src/Graphwar/GlobalScreen.java:330–334  ·  view source on GitHub ↗
(String playerName, String chatMessage)

Source from the content-addressed store, hash-verified

328 }
329
330 public void addChat(String playerName, String chatMessage)
331 {
332 chatBox.addText(playerName, Color.BLACK, chatMessage);
333 this.repaint();
334 }
335
336 public void actionPerformed(ActionEvent arg0)
337 {

Callers

nothing calls this directly

Calls 1

addTextMethod · 0.80

Tested by

no test coverage detected