JFormDesigner / FlatLaf

FlatLaf - Swing Look and Feel (with Darcula/IntelliJ themes support)
https://www.formdev.com/flatlaf/
Apache License 2.0
3.42k stars 272 forks source link

Option for setting Hover Color of icons in Buttons #906

Open SamKry opened 1 week ago

SamKry commented 1 week ago

Hi

First, thank you allot for all the effort and great work!

Is there a way to set the color of the icons in a Button? I can set the Color Filter statically for icons, however, i would like to achieve a "hover effect" like already implemented for Text buttons.

I currently do it by changing the Color Filter with a mouse listener but it would be great if we could do this dynamically using the .properties file for the LAF.

The same would be great to have for ToggleButtons to have an icon color for toggled buttons.