java jbutton mendapatkan warna latar belakang

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