You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest the addition of a different foreground color for a JTable when the component is disabled. I've implemented it in a custom look and feel by reacting to the enabled property changes and modifying the foreground color of the table:
That makes sense. JTable is the only component that does no dim text if disabled. JTree and JList dim text if disabled.
And even JXTable and JXTreeTable (from SwingX) dim text if disabled.
ebourg
added a commit
to ebourg/FlatLaf
that referenced
this issue
Nov 3, 2021
I'd like to suggest the addition of a different foreground color for a JTable when the component is disabled. I've implemented it in a custom look and feel by reacting to the
enabled
property changes and modifying the foreground color of the table:The text was updated successfully, but these errors were encountered: