Hello All,
Requirement is to compare two trees and highlight the difference by coloring the nodes of both trees. Trees are loaded into split panes to compare.
Able to highlight the tree nodes using Cellrenderer and its working fine for small trees.
But when i load a trees of 600000 children then its throwing Stack Overflow exception during highlighting the node using CellRenderer.
Is there any alternative way to achieve this?
Please help me in this... Thanks in Advance.
Regards
Rahul