How can I use Tree in place of JTree( Swing)?
I want to use Tree not Jtree but AWT TREE ( if possible)Jtree is so heavy to use in PDA programming.
Well as you can see, AWT doesn't come with a Tree component built in. But I know a number of companies produced AWT-compatible Tree, Table, etc. components for sale. Can't name any names because I never used them. But you should be able to track them down on the Internet.