Tereno
8 Jul 2008, 3:40 PM
I've looked at the samples and they all show this:
// quick way to build tree from Model instances.
TreeBuilder.buildTree(tree, TestData.getTreeModel());
How do I actually build a tree step by step? I am not sure about how to go about building the model data even. I just have a list of menu items and such that I would like to put in a tree. That's all. Thanks.
// quick way to build tree from Model instances.
TreeBuilder.buildTree(tree, TestData.getTreeModel());
How do I actually build a tree step by step? I am not sure about how to go about building the model data even. I just have a list of menu items and such that I would like to put in a tree. That's all. Thanks.