How to do a JList with Columns?
Hi... I'm trying to do a Zip compressor in Java... I don't know how, but i want to do it...
But this is not my problem.... yet...
I want to put the selected files (files to Zip) in a JList Object... but I want to show the FileName, the Size, the Date and the FilePath...
For this I need to create Columns in my JList, but I don't know how I can do it...
Please help me... or sugest some similar...
Regards... and Sorry my English...

