posted 20 years ago
Hi All,
I have implemented the TreeCellRenderer, such that each node in
my JTree has a checkbox and a label in a JPanel.
Now I am creating a mouse listener for the tree. I can get the
name of the node using TreePath.getLastPathComponent(). But how can
I access the state of the checkbox in the selected node?
Thanks,
Cathy.
[ June 14, 2004: Message edited by: Cathy Song ]