ClearSelection « JTree « Java Swing Q&A





1. Java Problem with the clearselection() method    stackoverflow.com

I have 2 trees in my program. Iam using JTree's clearselection() method to clear the selection in 1 tree when something in the other tree is selected. The main code is ...