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...