I want to put some effects on my program buttons. When I press the button,the button should fade in.
Using a timer to change the value of Opaque in new Color() is one of the way, but can it applied to JButton as well? Because the JButton has border.
So, I want to ask that is it possible to create a fade in effect for JButton using a Timer?
If yes, can I ask for an example?
I think that no issue with that,
why not