M
MARTIN Herve \(EXT\)
Hi,
I want to modify the label of a DefaultMutableTreeNode.
So I change the value returned by the method toString() of the node's user
object, and make the tree be repainted.
However if the label becomes longer that the original value,
the new label is displayed truncated, ended with '...'.
How can I get the complete label display?
Note: I don't want to create a new node with the new label, to replace the
existing node.
Hervé.
I want to modify the label of a DefaultMutableTreeNode.
So I change the value returned by the method toString() of the node's user
object, and make the tree be repainted.
However if the label becomes longer that the original value,
the new label is displayed truncated, ended with '...'.
How can I get the complete label display?
Note: I don't want to create a new node with the new label, to replace the
existing node.
Hervé.