I'm doing some experiments to get a better understanding of Netbeans IDE and I had this doubt about the color of a button.
By right-clicking on any jButton and selecting Properties, I set the background item to green, for example, but only the border of the button is selected.
JButton
beforechangingProperties
JButton
after changing Properties
I have already changed LAF for Windows and returned to Nimbus (default) and nothing different happens.
Is it possible to change the fill color of a button?