|
If you want to add nodes dynamically you'll have to
experiment, you can call
node1.add(blah)
after the tree is built, and then
myTree.repaint()
or maybe node1.repaint()
but you'll need to add more code to get it to work
properly.
Richard.
|
- [Dynapi-Help] Dynamic Tree Building Dinesh Vardhan
- RE: [Dynapi-Help] Dynamic Tree Building Richard Bennett
- RE: [Dynapi-Help] Dynamic Tree Building Jon McLennan
