I am looking for a method to set the color of a pressed togglebutton.
Setbackground only works für not pressed JToggleButtons.
Gunther
---
avast! Antivirus: Ausgehende Nachricht sauber.
Virus-Datenbank (VPS): 0601-3, 06.01.2006
Getestet um: 09.01.2006 05:29:43
avast! - copyright (c) 1988-2005 ALWIL Software.
gunther.c.hebein (klammeraffe) gmx.at
http://www.avast.com
Michael Dunn - 09 Jan 2006 09:12 GMT
>I am looking for a method to set the color of a pressed togglebutton.
> Setbackground only works für not pressed JToggleButtons.
UIManager.put("ToggleButton.select",Color.RED);