Hi there, I am having a JTable in a JPanel. I am displaying the values in it from the backend. Upto this it is working fine. (I am using DefaultTableModel). My cells are kept editable. If i place my cursor on one of the cell, the cursor is not visible...also if i try to move the cursor to some other character in the same cell, it is moving to the next adjacent cell, instead of moving to the next character in the same cell....only if i type some thing it is getting typed in the cell....also the back space is working by deleting the charaters....is there any possibility to avoid the above said??? I mean to focus the cursor (keyboard pointer) on the cell...................... waiting for ur reply.... bye, Sakthivel S.