How to set one row or node 's height in the jtree?
843805Apr 7 2006 — edited Apr 7 2006How to set height of one row or node in the jtree?
I found the method :jTree.setRowHeight(height);.
But I want to set height of one row ,not all rows of a jtree.
Thanks for help!