Re: How to add rows of text to JTextArea
- From: "znôrt" <kktuapowah@xxxxxxxx>
- Date: Mon, 25 Apr 2005 12:05:00 GMT
brightoceanlight@xxxxxxxxxxx (Gil) lun, 25 abr 2005 07:57:21 GMT
(news:adc2ca29.0504242357.39c95abe@xxxxxxxxxxxxxxxxxx)
(comp.lang.java.gui)
> It works! ta.append("row1\n"); Thanks very much for the help!
If you give some importance to portability (wich could be the case since
you're using Java), this is better:
ta.append("row1" + System.getProperty("line.separator")) ;
.
- Follow-Ups:
- Re: How to add rows of text to JTextArea
- From: Thomas Weidenfeller
- Re: How to add rows of text to JTextArea
- References:
- How to add rows of text to JTextArea
- From: brightoceanlight
- Re: How to add rows of text to JTextArea
- From: Daniel
- Re: How to add rows of text to JTextArea
- From: Gil
- How to add rows of text to JTextArea
- Prev by Date: Hide Maximize Button of JFrame And Problems!
- Next by Date: Re: Table cell renderer problem - paint problem?
- Previous by thread: Re: How to add rows of text to JTextArea
- Next by thread: Re: How to add rows of text to JTextArea
- Index(es):