hi,
you have to get the object that belongs to that tree node and cause it's toString to be different liek:class myTreeObject
{
String name;
public void setName (String s)
name = s;
}
public String toString ()
return name;
greetz,
Stijn