how to export jtree into text with all the indents of the trees ?
Hello,
I have a Jtree that I need to export it into text.
But I was wondering, is there a way to export only the expanded nodes with the indents that the tree has i.e:
John Mathew
John Smith
Carol Johnson
Al Bundy
Mark Reed
Monark Hertz
etc..............................
I was hoping to find a similar way to getValueAt for JTable but the indent formatting is hard to get.
Thank you very much for your time
and your interest and everything else,
cheers Al

