My requirement is to add check box with every directory which is shown by JFileChooser. and give multi selection facility.
How can I achieve this?
|
My requirement is to add check box with every directory which is shown by JFileChooser. and give multi selection facility. How can I achieve this? |
||||
|
|
It would probably be easier to implement a custom component than alter a |
|||
|
|
|
|
|||
|
|
I think it can be done this way. Override |
|||
|
|
|
Take a look on this post, this is what u need: How to add checkbox to Jtree node to manage multiselection |
||||
|
|