My JButtons look like the standard metallic "look&feel" but the user mouses over them, they all turn gray. Why would this happen? Thanks
Printable View
My JButtons look like the standard metallic "look&feel" but the user mouses over them, they all turn gray. Why would this happen? Thanks
Post a SSCCE to demonstrate what's going on.
I figured out what the problem was.
This always occurred after I made a new window that was using a different "look&feel"
When I set them both to the same "look&feel," the problem went away
Good :)