mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-04-02 13:37:38 -05:00
- paint non-wide selection in FlatTreeUI.paintRow() instead of using reflection to change private field in DefaultTreeCellRenderer - use DefaultTreeCellRenderer.getBackgroundSelectionColor() as selection color (if possible) - added boolean client property JTree.paintSelection to disable selection painting in FlatTreeUI.paintRow() - FlatComponents2Test: - added checkboxes for wideSelection and paintSelection client properties - added possibility to test various kinds of tree cell renderers - added JXTree, JIDE CheckBoxTree (PR #245)