Loading Tree

Hi,I want to initial my root Node to making a Tree. my data model columns are id,parent and leaf . how should i load this tree recursively? i have implemented TreeNode interface.thanks
[212 byte] By [Sarah_Mahdavia] at [2007-10-2 21:18:43]
# 1

> Hi,

> I want to initial my root Node to making a Tree. my

> data model columns are id,parent and leaf .

> how should i load this tree recursively? i have

> implemented TreeNode interface.

> thanks

Have a look at this tutorial:

http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html

prometheuzza at 2007-7-14 0:27:44 > top of Java-index,Other Topics,Algorithms...