java jbutton obtenir la couleur de fond

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