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 request the ability to set a custom alternate row color on JTree, similar to how it's possible on JTable by setting the property Table.alternateRowColor.
I propose the following property (or similar) for JTree: Tree.alternateRowColor
This feature would improve the readability of tree structures, especially when working with many nodes. It would also provide a more consistent user experience across different Swing components, as it aligns with the existing functionality in JTable.
Cheers,
Dar
--
The text was updated successfully, but these errors were encountered:
dar-dev
added a commit
to dar-dev/FlatLaf
that referenced
this issue
Oct 22, 2024
I'd like to request the ability to set a custom alternate row color on JTree, similar to how it's possible on JTable by setting the property
Table.alternateRowColor
.I propose the following property (or similar) for JTree:
Tree.alternateRowColor
This feature would improve the readability of tree structures, especially when working with many nodes. It would also provide a more consistent user experience across different Swing components, as it aligns with the existing functionality in JTable.
Cheers,
Dar
--
The text was updated successfully, but these errors were encountered: