When a node is found, I want the user's attention drawn to it, but for
certain reasons I cannot do "the obvious", which is set the found node
to be selected. Instead, I just want to set as yellow the background
colour for the component (most probably a JLabel) that contains the
user object String that matches the find text.
Can this be done WITHOUT faffing about with a TreeCellRenderer? I
don't want to interfere with any existing TreeCellRenderer that the
tree may already have - besides, there must be an easier way anyway!
Can you navigate from a DefaultMutableTreeNode returned from a
breadthFirstEnumeration() to a (J)Component directly?
Thanks to tree-huggers out there.....