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

Method paint

src/Graphwar/GameScreen.java:285–290  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

283 }
284
285 public void paint(Graphics g)
286 {
287 plane.refreshBackground();
288
289 super.paint(g);
290 }
291
292 public void paintComponent(Graphics g)
293 {

Callers

nothing calls this directly

Calls 1

refreshBackgroundMethod · 0.80

Tested by

no test coverage detected