TreeCellRenderer affects 'ALL' nodes.
You need to differentiate it by the node's user data to find out whether is it the node in question.
check out
java tutorial for more details:
http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html Example of what you might want
------------------------------
[ December 18, 2006: Message edited by: Terry Ong ]