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.
[137 byte] By [RenoCruise] at [2007-9-26 1:26:45]
# 1
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.
DrClap at 2007-6-29 1:10:08 > top of Java-index,Archived Forums,Java Programming...