aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Cursor positon within JTable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Cursor positon within JTable" Watch "Cursor positon within JTable" New topic
Author

Cursor positon within JTable

Saket Barve
Ranch Hand

Joined: Dec 19, 2002
Posts: 224
There's a scenario where I explicitly add rows to a table and am then required to set the cursor in the first column of this newly added row.

Once the row is set into the table model, I am making use of the following code to do the needful:



However, this code block merely makes the newly added row selected without any trace of the cursor. How may I tackle this?

Thanks,
Saket
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Cursor positon within JTable
 
Similar Threads
How to focus a particular cell in JTable
Select vs Edit in JTable
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid cursor state
How to find the size of my resultSet
multiple inserts with multiple connections into same db table.