Thank you for your kind, we learned from you many times.
I have xJButton
class inherits JButton
class.
I am doing this to add an image as icon and change it after it clicked.
I do not want the blue color to be as background and also i don't want any border on it.
Everything is working vine, except the border.
You can see there is 2 borders
setOpaque(false);
setContentAreaFilled(false);
setBackground(null);
can you help me?