JButton's Background
Hello,
How do I change the color of a button. I have a button that has a gif image on top of it, but I want to change the color of the button itself to match the picture.
b1 = new JButton (new ImageIcon("play.gif"));
The button shows up fine, with the picture in it, but the button's background color is different. I'd like to change that so it doesn't look like an image over a button.
Thanks!

