int lastIndex = listModel.getSize();
Rectangle rect=jlist.getCellBounds(lastIndex-1,lastIndex-1);
scrollPane.getViewport().scrollRectToVisible(rect);
int lastIndex = listModel.getSize();
Rectangle rect=jlist.getCellBounds(lastIndex-1,lastIndex-1);
scrollPane.getViewport().scrollRectToVisible(rect);