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 :
JTextPane :
Maybe I'm wrong and I don;t know enough things so I would like to hear your opinions :)
Thank you very much.
Regards
Use JTextPane. Set content type to text/html. And place appropriate html via setText();
That's about local images http://java-sl.com/tip_local_images.html
And this one about smiles http://java-sl.com/tip_autoreplace_smiles.html