Hello everybody
I want to know How to set focus to perticular cell in a JTable
pls help me...
thank in advance.
-rajashekhar
Printable View
Hello everybody
I want to know How to set focus to perticular cell in a JTable
pls help me...
thank in advance.
-rajashekhar
Hi Rajasekar,
I think this code willl help u,
<table name>.editCellAt(row,column);
PrasannA T