How can I hide middle node and show parent and grand child node in JTree?
Eg: I have a Tree A | B | C
But I want to show it as A | C,
I want to hide some middle node like B. Please help me.
How can I hide middle node and show parent and grand child node in JTree?
Eg: I have a Tree A | B | C
But I want to show it as A | C,
I want to hide some middle node like B. Please help me.