java jbutton change rollover border color
When you roll over a Jbutton there's a greyish border that comes up to show the rollover effect. Is there a sim开发者_如何学JAVAple way to change the color of that border say to red?
You would have to tweak the UI Default for what ever look and feel you are using. This is simple, but finding the correct variable name to adjust normally is the time consuming part.
精彩评论