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
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
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.