I have been searching for a little while on this one. I need a JTreeTable
that supports variable row height. Specifically, I want the rows that show the top level nodes to be taller than the child rows beneath them.
I have been using the SwingX implementation (JXTreeTable
) which is based on the original Sun articles. However, it specifically disallows variable row height, and without rewriting JXTree
I can't see a way through.
Any tips / pointers would be gratefully received before I embark on something nasty...