I have to make a chatroom like this one :
The message displayed also have to show the smileys and everything myst be copy/pastable like in Skype.
I don't know what to choose between the JEditor and JTextpane. I tried both I faced the following difficulties :
JEditorPane :
- Copy/Pastable, can show the smileys and copy paste them.
- I can't set the leftIndent of the message when I set the content to text/html
JTextPane :
- I can set the leftIndent
- Can't copy/paste the smiley Icons when I set the text content to html.
- Can't display the smiley in the message
Maybe I'm wrong and I don;t know enough things so I would like to hear your opinions :)
Thank you very much.
Regards