I want to "paint" a graphic on a button.
This is how I did it in actionPerformed() :
repaint();
remove(b);
The prob is..i hv more thn one button..when the next button is clicked, the graphic on the prev. button is turning black(I earlier set it to blue)..
how cn I correct this??
