I'm trying to use Nimbus Look and Feel, and I can't just plug it in to replace another Look and feel, because it adds an external add-on to each component.
So, I would like to remove this add-on. This is the default list that you can change, but the following code does not change anything.
UIManager.put("Button.contentMargins", new Insets(0, 0, 0, 0));
Other values work as expected.
How to remove this add-on?
EDIT
I believe the content fields are internal filling.
EDIT
Looking at the source code , the external add-on looks tough. I believe this is added to provide a focus select property.
? L & F , ( , ).