I want to change JButton gradient color,
i found this, http://java2everyone.blogspot.com/2009/01/set-jbutton-gradient-color.html, but i want to change gradient for only one button, not all button
I want to change JButton gradient color, i found this, http://java2everyone.blogspot.com/2009/01/set-jbutton-gradient-color.html , but i
Share
You can override the paintComponent method of the
JButtoninstance and paint its Graphics object with one of the following classes that implement the Paint interface: