posted 13 years ago
Dear all,
By using JFileChoor I am able to select file and folders, Getting JList with File
Objects and I am showing it with checkbox. Now my requirement is like I want to show the
selected file and folder in tree structure with checkbox and the checkbox should be only
for root elements not for all child elements. Please help me as soon as possible, for me
its very urgent.
Example : For Example, I selected folders ABC and PQR which containt sub folders and few files
now on UI It should be display like :
Checkbox1 ABC--
--SubFolders
. --SubFolder
. --Files
--Files
Checkbox2 PQR--
--SubFolders
. --SubFolder
. --Files
--Files
Regards,
Shweta