Click to See Complete Forum and Search --> : How To Wrap a String


Huiyuanm
03-14-2000, 11:47 PM
Hi all,
I'm using Java 1.2,and made a msgbox to show an error message,but the string
is too long,how to wrap it into several lines?I tried '\n' and '\\n',they
didn't work.

Thank you.