Results 1 to 2 of 2
- 10-28-2010, 05:57 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 1
- Rep Power
- 0
JtextArea autoamtic update the last line
Hello,
I have a textarea, that is populated with log messages from clients.
My problem is, each log that join to the textarea go to the first line... like this:
-----------------
third log_______/\
second log_____|
first log_______ |
-----------------
I want to do the inverse... like this:
----------------
first log_______ |
second log_____|
third log______ \/
----------------
Someone can help me with it? I m using the Netbeans latest version.
Thanks.
- 10-28-2010, 07:08 PM #2
Similar Threads
-
Update content on a JTextArea.
By Masochist in forum New To JavaReplies: 7Last Post: 05-13-2010, 10:18 PM -
JTextArea on PopUp -JTextArea isn't editable
By Richy76 in forum AWT / SwingReplies: 3Last Post: 02-01-2010, 07:51 PM -
How to update JTextArea with JSlider Values
By theen3my in forum AWT / SwingReplies: 7Last Post: 10-04-2009, 08:48 AM -
[SOLVED] Last line in JTextArea wont display
By Chris.Brown.SPE in forum Advanced JavaReplies: 5Last Post: 04-11-2008, 01:52 PM -
How to always show the last line in my JTextArea?
By Ashley in forum New To JavaReplies: 1Last Post: 05-26-2007, 01:01 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks