In my program, I have 2 JTrees and there is a common treeselection listener for both. The problem happens when I select a node in the first tree and then immediately select a node in the second tree.N
I need to change tree nodes color when business logic updates model, wait 1 second, and then change its color back.