You need to use html tags. For example:

JLabel text = new JLabel("<html>Worg<br>input!</html>"); //I'm not sure if the new line tag is <br> or </br>


That should make a JLabel with the text...