![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I have exactly the same problem, and I have found an answer yet. _logText.getCaret().setDot( _logText.getText().length() ); this.paint(this.getGraphics()); // should use "paintImmediately" but not usable for JDialog in 1.2 (should be in 1.3) where _logText is the JTextArea and and _pane is the JScrollPane using _logText. > Hi, > In the AWT if I create a TextArea and then keep feeding information to that > Is there anyway I can change this? > Thanks a lot,
Replies:
|
Sponsored Links
|