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?
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?