Java Swing - Using JScrollPane and Having it scroll back to top

前端 未结 7 958
[愿得一人]
[愿得一人] 2020-12-09 00:52

I\'m using JScrollPane to allow scrolling in a JFrame that has a text component that\'s serving as a text editor. What I want to do, after setting the text in this editor,

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 01:14

    Use JComponent.scrollRectToVisible()

    If you need more info, here's an article

提交回复
热议问题