Kohsuke Kawaguchi writes:
> I suppose it's just because nobody just haven't thought about it. I
> couldn't find the TreeModel interface in the java.util package.
Sorry, I meant javax.swing.tree.TreeModel
Its in a swing package for convenience of implementing JTree, but it can be
used for generic tree data structures as well.
Thanks for the reply.
Les Hazlewood