How to control JScrollPane?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hiwa

    How to control JScrollPane?

    When we put a lengthy line-wrapped String in a not-so-large JTextArea
    which is enclosed in a JScrollPane, it automatically scrolls down to
    the end of the string. That is, the string is displayed from its
    halfway. How could we suppress this auto-scrolling behavior and
    display the lengthy string form its top in a JScrollPaned rather small
    text area?
Working...