JLabel - Is text wrapping possible?
I am writing a code the user dynamically inserts JLabels. It has now become important that some of the text in some of the JLabels inserted is automatically wrapped in a new line. I could not find how JLabels could be set to have multi-lined text inside them.
Is there any way to achieve this?
Thanks

