How to display image in Swing? in textarea?

Posted by Nitesh Panchal on Stack Overflow See other posts from Stack Overflow or by Nitesh Panchal
Published on 2010-05-11T08:44:38Z Indexed on 2010/05/11 8:54 UTC
Read the original article Hit count: 204

Filed under:
|

Hello, I am creating a chat application using JApplet. I have a TextArea where all chat messages go. Everything in working fine and smooth just as you would expect a basic chat application to do. Now i want to add support for gestures. I wanted to know, how can we show an icon in textarea? it only takes string in append() method. Thanks in advance :)

© Stack Overflow or respective owner

Related posts about java

Related posts about swing