I would like to build a way into the tree so that I can change the graphic when adding a node to the tree. So, rather than calling
myNode.setChildrenSupported(false); to change the graphic between the 2 hard coded graphics, I'd like to implement a method something like myNode.setGraphic(graphicLocation); I haven't looked at the TreeNode code yet. I'm looking for pointers on getting started and also is this a reasonable addition to the tree node class....is there an easier way to do this, etc. Thanks again. Tim
