Java – how to scroll content to the bottom by default in jtextpane?

My window has jtextpane and I have jtextfield When I enter enter in jtextfield, the text will be added to jtextpane Everything is normal and the scroll bar appears independently However, it seems incorrect It will automatically scroll to the beginning of the content in jtextpane How do I keep the scroll bar at the end of jtextpane?

Solution

I found a discussion of the same problem have a look http://www.coderanch.com/t/329964/GUI/java/JScrollpane-Force-autoscroll-bottom

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>