how to make a cell or column in JTable non focusable.

I have created a table which contains 2 rows and 2 columns. My requirement is that 2nd column should be non editable and non focusable. Making any cell non editable is very easy but how should i avoid focus on particular cell.i.e., suppose focus is on first cell and now if u press right arrow button on the keyboard 2nd cell should not get highlighted and focus should remain on first cell.

Thanks in advance

[422 byte] By [Prashant_SDN] at [2007-11-26 12:17:22]
# 1
Override the default Tab Action. Here is an example: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=657819
camickr at 2007-7-7 14:54:46 > top of Java-index,Archived Forums,Socket Programming...