Ejemplo n.º 1
0
 /* sets a button's status to uncovered including gfx and statusflags */
 public void setUncovered() {
   this.button.setBackground(Color.LIGHT_GRAY);
   // this.button.setEnabled(false);
   setCoveredStatus(false);
 }