禁用 JTextPane 中的超链接
我有一个包含 HTML 内容的 JTextPane。在不更改内容类型或调用 setText 的情况下,我想禁用超链接。我希望
- 超链接与周围的文本具有相同的样式(通常意味着没有下划线或蓝色)
- 当我将鼠标移动到超链接上时,鼠标不会变成手
最简单的方法是什么?我已经知道如何更改超链接侦听器,但现在希望链接显示为普通文本。
I have a JTextPane with HTML contents. Without changing the content type or calling setText, I would like disable the hyperlinks. I want
- The hyperlinks to have the same style as the surrounding text (usually meaning no underline or blue color)
- The mouse to not turn into a hand when I move it over hyperlinks
What is the easiest way to do this? I already know how to change the hyperlink listener, but now want the links to appear as normal text.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为“a”标签定义所需的样式。
例如为了更大的用途而设置
You can define desired style for your "a" tag.
E.g. to set forn bigger use