Hi,
I need to change tree nodes color when business logic updates model, wait 1 second, and then change its color back.
Basically I would like to create similar thing like here http://stackoverflow.com/questions/1664924/changing-jlist-row-color-at-runtime, but for JTree.
So I could use a similar technique,but I also wont to change ancestor nodes color, so user could see notification even if not is not expanded.
How can I do it?