I have a data object represented in a TreeModel, and I\'d like to show only part of it in my JTree--for the sake of argument, say the leaves and their
TreeModel
JTree
So long as it is still a tree you are displaying, then TreeModel that filters you existing TreeModel should be simple enough.