Re: enters in java

From: Randolf Richardson (rr_at_8x.ca)
Date: 02/03/05


Date: Thu, 03 Feb 2005 18:33:20 GMT


""c\(h\)at" <j.haayman.nospam@home.nl>" wrote in comp.lang.java:

> I want to make a message allert in Java.
> That's no problem for me.
> But the text is pretty long, and I don't know how to make enters in Java.
> So, how can I make an enter or a empty line in Java?

            In addition to the other responses, you can also produce an empty line
to the Console using the following code:

                        System.out.println();

-- 
Randolf Richardson, pro-active spam fighter - rr@8x.ca
Vancouver, British Columbia, Canada
Sending eMail to other SMTP servers is a privilege.


Relevant Pages