equivalent to \n for label
Hey,
I'm trying to output some text in my very first GUI ' ed java-program. I was wondering if it is possible - and if so, how - to have a newline in the same label.
If this is not possible, is there a way then to make sure that all created labels show exactly underneath each other:
String contents = "Hello, \nMy name is Smetje and...";
this shows as one line, how do I "parse" the \n ?
kind greetings
Smetje

