how to highlight particular cell of table
I am working with JTable and JList, I can transfer element from table to list and vise versa on clicking on button, my table consists two col one is having value and second is having check box while transferring element from list to table, I did use addrowselection(int,int)
With this method entire row has been selected but i don't want to select second col.
Is there any method which selects only particular cell?
Any thoughts!!!!!!!!!!!
ThnX

