TreeNode with depth attribute
Hi NG,
i need a TreeNode with a "depth" attribute that enables me to explicitly tell the node where it has to occur. E.g. it has to be possible to skip some levels of the tree.
Example:
root--node1--node2
root-----------node3
Where can i find a paint-method or anything to implement this?
thanks,
stefan