it's possible, and how, to change a view to a jTree ? i would like this http://ksprog.net/fig52.JPG
Thanks
it's possible, and how, to change a view to a jTree ? i would like this http://ksprog.net/fig52.JPG
Thanks
An example on how to implement a custom tree renderer shows that you're probably better off to draw the tree yourself, unless you benefit from other features of Jtree (considering your example).