return;
JViewport viewport = (JViewport)table.getParent();
java.awt.Rectangle rect = table.getCellRect(pRow, 0, true);
java.awt.Rectangle viewRect = viewport.getViewRect();
rect.setLocation(rect.x - viewRect.x, rect.y - viewRect.y);
viewport.scrollRectToVisible(rect);
}
/**
* The RequestScroll method initiates a sequence of events to scroll an ListView field line to a specified position in the ListView field display area, moving other lines into and out of the display area as necessary.
* @param pLine desired line