I searched a bit on this. I need JTreeTableone that supports variable row height. In particular, I want the lines that show the top-level nodes to be higher than the child lines below them.
I am using the SwingX ( JXTreeTable) implementation , which is based on Sun source articles . However, it specifically prohibits variable line heights and without overwriting JXTreeI do not see the path.
Any tips / pointers would be greatly appreciated before I get down to something nasty ...
source
share