Posted on: 1/8/2014 7:23:41 AM | Views : 688

Hello,
I have a jtable that inserts values as DocumentName, DocumentType and Path(which uses File upload for uploading images or files). Now I want to add a column in my Jtable as icons which displays the icons of the extension of File uploaded. 
Supoose if I upload a file named as abc.xls then in the Jtable Path should be abc.xls and icon should be of extension .xls. I have icons for .xls, .doc and .pdf but i am not getting how to use it in JTable...

Pls help...

Go to the complete details ...