Remove automatic line break from JLabel (html prefix in text)
843806Aug 14 2009 — edited Aug 15 2009Hi,
Is there a way to disable the automatic line break in a JLabel? Currently I am using the html prefix to be able to use the <br>-tag for deliberate line breaks.
Tim
PS: I want to avoid using multiple JLabels for seperate lines of text (without html prefix)...