我想在选择JButton时更改默认颜色。默认情况下,其为“浅蓝色”。Default Color我不想setBackground()。我想更改默认属性。是否有类似的东西:
JButton button =新的JButton(text);button.setSelectionColor(Color);