Hi there,
just a quick question here, why does a JLabel not break a line when either a \r, \n or \r\n is found?
I know that JLabels are capable of breaking lines because you can use HTML within JLabels and use the <br> tag.
So why not the \n?

Thank you very much.