Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Quieres cambiar globalmente el color de fondo de los JButton antes de crear la UI. ¿Qué llamada es correcta?
JButton
JButton.setDefaultBackground(color);
UIManager.put("Button.background", color);
new JButton().setBackground(color);
UIManager.setTheme("Button.background", color);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!