如何在Swing中显示图像?在textarea?

时间:2010-05-11 08:44:38

标签: java swing

我正在使用JApplet创建聊天应用程序。我有一个TextArea,其中包含所有聊天消息。正如您期望的基本聊天应用程序一样,一切都在工作正常和流畅。现在我想添加对手势的支持。我想知道,我们如何在TextArea中显示一个图标?它只需要append()方法中的字符串。

1 个答案:

答案 0 :(得分:3)

您应该看JTextPane而不是JTextArea

看一下this tutorial除此之外还提供了这个演示:

enter image description here