I am creating a chat application using JApplet . I have a TextArea where all the chat messages go. Everything in work is beautiful and smooth, as you expect, the application for the main chat. Now I want to add gesture support. I wanted to know how we can show an icon in TextArea? it takes only a string in the append() method.
source share