I want the button on click it never change the background color, by default the color will change to light blue grey color.
So this is my code
JButton b = new JButton();
b.setBackground(SystemColor.control);
I want the button when on click it will never change the background color.