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

Method paintComponent

src/Graphwar/PreGameScreen.java:465–471  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

463 }
464
465 public void paintComponent(Graphics g)
466 {
467 g.setColor(Constants.BACKGROUND);
468 g.fillRect(0, 0, Constants.WIDTH, Constants.HEIGHT);
469
470 paintInvalidMessage(g);
471 }
472
473 private void paintInvalidMessage(Graphics g)
474 {

Callers

nothing calls this directly

Calls 1

paintInvalidMessageMethod · 0.95

Tested by

no test coverage detected