The Artima Developer Community
Sponsored Link

Java Answers Forum
JTable & cursor position

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
sakthivel

Posts: 7
Nickname: sakthivel
Registered: Oct, 2002

JTable & cursor position Posted: Nov 1, 2002 7:42 AM
Reply to this message Reply
Advertisement
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.

Topic: How to write to file on server from Applet Previous Topic   Next Topic Topic: iReport: An open source reporting tool for java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use