Hi,
is there a return comman in java like there is in VB?
I am trying to load a .txt file into a dynamic text box, and when it loads the information it makes an extra return line
this is what i have in my .txt file
Profile=Contact Information
Website:
IRC Channel:
ICQ Number:
AIM ScreenName:
MSN Messenger:
Yahoo Messenger:
and when it displays it, it looks like this
Contact Information
Website:
IRC Channel:
ICQ Number:
AIM ScreenName:
MSN Messenger:
Yahoo Messenger:
I don’t any extra spacing like that.
thanks in advance!