Java Swt Text (SWT.MULTI) append text without scroll
Posted
by mchr
on Stack Overflow
See other posts from Stack Overflow
or by mchr
Published on 2010-06-15T18:29:48Z
Indexed on
2010/06/15
18:32 UTC
Read the original article
Hit count: 419
I have a Java SWT GUI with a multiline Text control. I want to append lines of text to the Text control without affecting the position of the cursor within the text box. In particular, the user should be able to scroll and select text at the top of the Text control while new text lines are appended to the bottom.
Is this possible?
© Stack Overflow or respective owner