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

Method updateImages

src/Graphwar/GraphButton.java:55–63  ·  view source on GitHub ↗
(Image normalImg, Image overImg, BufferedImage maskImg)

Source from the content-addressed store, hash-verified

53 }
54
55 public void updateImages(Image normalImg, Image overImg, BufferedImage maskImg)
56 {
57 this.normalImg = normalImg;
58 this.overImg = overImg;
59 this.maskImg = maskImg;
60
61 this.revalidate();
62 this.repaint();
63 }
64
65 public void setVisible(boolean visible)
66 {

Callers 1

updatePlayerButtonsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected