\n in label

is there a way to implement the \n or to skip to next line somehow in a label in an appletthanks!
[111 byte] By [tw11a] at [2007-10-3 10:28:58]
# 1
[nobr]Use HTML.String s = "<html>this is on<br>two lines</html>";JLabel someLabel = new JLabel(s);[/nobr]
CaptainMorgan08a at 2007-7-15 5:51:32 > top of Java-index,Java Essentials,New To Java...
# 2
You can put HTML in your JLabel, use use the tag to start a new lineEdit:late again
KelVarnsona at 2007-7-15 5:51:32 > top of Java-index,Java Essentials,New To Java...