Re: New line in a JTextArea (student learning here)



On Jan 29, 11:12 am, Farcus Pottysqirt <where_is_my_...@xxxxxxxxxx>
wrote:
....
..Is the new-line
character represented differently on a different platform?

Sure is. Best to initilaise the line feed character as..
System.getProperty( "line.separator" );

Andrew T.

.



Relevant Pages