private JEditorPane chat = new JEditorPane("text/html", "Welcome to Dunnkers Chatbox!");
I want to add a 'enter' in the text. I tried using a <br/>, doesn't work. I tried a <p>. It skips two lines instead of one.
Can anyone help?
private JEditorPane chat = new JEditorPane("text/html", "Welcome to Dunnkers Chatbox!");
|
|
|