I need to scroll a JScrollPane to the bottom. The JScrollPane contains a JPanel, which contains a number of JLabel's.
To scroll to the top, I just do:
scrollPane.getViewport().setViewPosition(new Point(0,0));
but how do I scroll exactly to the very bottom? (Too far and it jitters)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…