I have to implement gtalk like chat application using UDP in java.
i have written server and client programs to send/receive text,smileys(compulsory).
the problem is that image can’t be displayed in text area.i want to display both the incoming text and smiley in a control.Text area won’t work. please suggest some other control…
You can use javax.swing.JTextPane
Check TextSamplerDemo
You can find plenty of examples here:
http://www.java2s.com/Code/Java/Swing-JFC/TextPaneSample.htm
Chat window using JTextPane no images though:
Java JTextPane JScrollPane Display Issue