java jbutton obter cor de fundo

AbstractButton button = (AbstractButton) e.getSource();
Color color = button.getBackground();
Plat00n