Re: How to add rows of text to JTextArea
- From: "znôrt" <kktuapowah@xxxxxxxx>
- Date: Mon, 25 Apr 2005 18:08:05 GMT
Thomas Weidenfeller wrote:
> Java always uses
> just '\n', except in I/O methods like like
> BufferedReader.readLine(), which are supposed to to the
> necessary conversion.
Ok, I missed that, thanks. I thought '\n' was "generally acceptable" but not
the canonical thing. Good so, I guess every imaginable artifact you cuould
implent a VM for should have something you can map '\n' to.
> If you append System.getProperty("line.separator") you in
> fact make your application less portable, not more.
Yes, too bad! 8-o
znôrt
.
- 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
- Re: How to add rows of text to JTextArea
- From: znôrt
- Re: How to add rows of text to JTextArea
- From: Thomas Weidenfeller
- How to add rows of text to JTextArea
- Prev by Date: Styled Document and icons
- Next by Date: Re: Calling method question.
- Previous by thread: Re: How to add rows of text to JTextArea
- Next by thread: Color Spaces
- Index(es):
Relevant Pages
|
|