mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.14k stars 235 forks source link

Enabled/Disabled state of Buttons etc. #710

Open bluejazzshark opened 9 months ago

bluejazzshark commented 9 months ago

Many thanks for all your efforts on developing this great L&F.

I'd love to use it, but it appears that when JButtons are disabled, they do not "grey out". To application users, it appears the buttons are still enabled, when they are not, and this will create user confusion.

Is this a feature of the layout? Maybe I am not using the JButton correctly -- in a "normal" Swing L&F it greys out, but with web look and feel, it does not.

Thanks for your attention.

-Blue