HI all,
   may I know how to search the whole tree and write it as a file?
   for example, my tree is like this,

a
b
c
-->c.1
-->c.2
---->c.2.1
---->c.2.2
d
e

I need to write it to a text file like this,

1) a
2) b
3) c
    c.1
    c.2
      c.2.1
      c.2.2
4) d
5) e

thanks.

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to