scrollpane position
Hi.
I have a problem.
When i press a key i move upo and jtable selected row but i can't view this row in jscrollpane.
i tried with
ScrollPane1.getViewport().setViewPosition(new Point(0, rowheight));
but i can't view select row.
Can you help me?
Thanls

