| View previous topic :: View next topic |
| Author |
Message |
Marcus Shaw Guest
|
Posted: Mon Nov 29, 2004 11:25 am Post subject: Swing scrolling |
|
|
Hi,
How do I make a JTextPane in a JScrollPane scroll to the end of the
document when I append text? I'm sure there's a very easy way of doing
it but I just can't spot it.
Thanks,
Marcus.
|
|
| Back to top |
|
 |
Thomas Weidenfeller Guest
|
Posted: Mon Nov 29, 2004 12:49 pm Post subject: Re: Swing scrolling |
|
|
Marcus Shaw wrote:
| Quote: | How do I make a JTextPane in a JScrollPane scroll to the end of the
document when I append text? I'm sure there's a very easy way of doing
it but I just can't spot it.
|
It's so easy, it is even answered in the comp.lang.java.gui FAQ.
/Thomas
--
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
|
|
| Back to top |
|
 |
Marcus Shaw Guest
|
Posted: Mon Nov 29, 2004 2:38 pm Post subject: Re: Swing scrolling |
|
|
Thomas Weidenfeller wrote:
| Quote: | Marcus Shaw wrote:
How do I make a JTextPane in a JScrollPane scroll to the end of the
document when I append text? I'm sure there's a very easy way of
doing it but I just can't spot it.
It's so easy, it is even answered in the comp.lang.java.gui FAQ.
/Thomas
|
Thanks. I got mind locked looking for something in JScrollPane. Easy
when you know how... :-)
|
|
| Back to top |
|
 |
|