H I Tom,I have public attributes AND have public getters/setters,
andstill doesnt' work.More importantly, Tom, is my approach to building
a Tree froma Java object correct ? What if I've more than just the
'Name'field that I want displayed ? Nodes such as building and room
mightonly have 'Name' as the labelField, but nodes such as Cubicle
alsohave fields such as Width, Height that need to be displayed.The way
I am doing it now (labelField='Name') precludes thatfrom happening. Is
that right ?What ...