Dear All
I am using SWING , JTree , in a software app. to monitor some hardware
devices using SNMP
I am organizing the devices in a JTree subclass
I have a parent node with some child nodes
I need to change the parent-node's icon according to some conditions in
its child-nodes
for example :
when a child-node.getX() > 1000
then its parent-node.icon should be changed
I think that I need to handle the paint of the parent-node but I don't
know how ?
Do I need to have subclasses of TreeNode for both Parent and Child
nodes ?? I am using the MutableTreeNode for all my nodes !
Thanks in advance
Essam
Thomas Weidenfeller - 31 Mar 2005 15:07 GMT
> I need to change the parent-node's icon according to some conditions in
> its child-nodes
See the comp.lang.java.gui FAQ.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq