With JTree, when a node's descendant is selected (i.e. highlighted), and then the node is "closed", the descendant becomes deselected and the node itself becomes selected. If the node is then re-opened, it remains selected, while the formerly selected descendant remains unselected. In other word, JTree forgets that a descendant is selected when an ancestor is closed. Is there any way to get JTree to remember all the selected nodes, even while ancestor nodes are closed? Thanks! KJ _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
