Dynamic Tree Node Creation

i want to create a tree node as per the database

the tree must contain child nodes equal to that of entries in database

the name column of database must be added in tree

means- Each node in tree must specify the name column of database

tree Db(Tree root)

Ia.jpg(tree node)

Ib.jpg(tree node)

Ic.jpg(tree node)

a.jpg,b.jpg,c.jpg belong to name column of database

[415 byte] By [ashishsamanta] at [2007-11-27 7:50:32]
# 1
See this tutorial: http://www.netbeans.org/kb/55/vwp-databasetree.htmlThis is a Visual Web Pack tutorial and you are using Creator but most of what is in this tutorial applies.Pay attention to http://www.netbeans.org/kb/55/vwp-databasetree.html#08 as Creator uses 1.4
jetsonsa at 2007-7-12 19:31:34 > top of Java-index,Development Tools,Java Tools...