JTreeTable row selection

Hi Guys,

Is there a way i can select the row in a table, without actually passing the focus to that row. I want to programatically highlight the row instead of selecting it. please help me in this regard

-nicedude

[232 byte] By [nicecude31a] at [2007-11-27 11:50:06]
# 1

Try putting, object."requestFocus()" right after you select the row in the table where object is a default object that you do not mind that it has the focus.

Scuba_Stevea at 2007-7-29 18:29:15 > top of Java-index,Desktop,Core GUI APIs...