I just drag the JTree from Netbeans GUI. I want all its node should contain checkbox for selecting more than one node. How to convert JTree with checkbox? should i change any property for that?
Asked
Active
Viewed 569 times
0

alex2410
- 10,904
- 3
- 25
- 41

A.Mohamed Bilal
- 115
- 1
- 13
-
possible duplicate of [How to add checkbox to JTree node to manage multiselection?](http://stackoverflow.com/questions/12870908/how-to-add-checkbox-to-jtree-node-to-manage-multiselection) – alex2410 Jan 10 '14 at 06:53
-
Check out [this answer](http://stackoverflow.com/a/2105371/2587435) – Paul Samsotha Jan 10 '14 at 06:53
-
shold i write coding for that? because i just drag in from swing palette.. Should i change any property for JTree to convert it with checkbox? – A.Mohamed Bilal Jan 10 '14 at 10:35