Re: JTree How can I force the JTree to display the whole text of nodes?
Posted By:
Almagest_FUTT
Posted On:
Thursday, June 16, 2005 06:38 AM
Write your own TreeCellRenderer (it may extend the DefaultTreeCellRenderer and just return different Components for the nodes you're interested in).