| Author |
JTable help needed
|
Arun Sharma
Ranch Hand
Joined: Dec 24, 2003
Posts: 40
|
|
Hi: I am facing this problem. I have a JTable with 4 colums and textfield for each cell noneditable. I want to highlight the first row as soons as the table comes up. I am not sure how to do it. I tried requestFocus() doesnt work. Please help me. Thanks in advance. Sam
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
|
setRowSelectionInterval( int index0, int index1 ) should work... it's a method on JTable that selects the rows from index0 to index1, inclusive.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: JTable help needed
|
|
|