I made an apllication that uses a JTree.
I made a recursive function that detects all the leafs
in the JTree.
The problem is that if the JTree is not shown and if
is shown is not expanded then the above recursive
function always returns 1 (just the root).
If I expand the whole tree then everything works fine.
Is this normal?
I'm not interested on displaying the tree, I just want
to traverse it an detects its leafs.
Can I do that without displaying the tree?
Is there any methods that allow me to expand the whole
tree without dispaying it?

If anyone has a solution please write me...is very
important to me.

__________________________________________________
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to