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

Method setVisible

src/Graphwar/GraphButton.java:65–73  ·  view source on GitHub ↗
(boolean visible)

Source from the content-addressed store, hash-verified

63 }
64
65 public void setVisible(boolean visible)
66 {
67 if(visible == false)
68 {
69 this.mouseOver = false;
70 }
71
72 super.setVisible(visible);
73 }
74
75 public void paintComponent(Graphics g)
76 {

Callers 8

runMethod · 0.80
initMethod · 0.80
GameScreenMethod · 0.80
runMethod · 0.80
PreGameScreenMethod · 0.80
runMethod · 0.80
GlobalScreenMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected