Reputation: 61
I am working in a project in which it require to add checkbox in JTree node is there any property for it.
Upvotes: 0
Views: 237
Reputation: 13666
You will have to customize implementation of TreeCellRenderer and TreeCellEditor. Check out this link it has implementation about how to add checkbox to JTree nodes.
Upvotes: 2