Vishwnath Tamrakar
Vishwnath Tamrakar

Reputation: 61

which property is to user to make node of JTree as checkbox?

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

Answers (1)

Umesh Kacha
Umesh Kacha

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

Related Questions