Scroll JScrollPane to bottom

JScrollBar vertical = scrollPane.getVerticalScrollBar();
vertical.setValue( vertical.getMaximum() );

Leave a Comment