如何从 JTextArea 组件中的特定字符串添加到文件系统中文件的超链接

发布于 12-04 03:36 字数 157 浏览 2 评论 0原文

我用 Swing 在 java 中构建了一些 GUI,我使用 JTextArea 来显示纯文本,并且我想从 JTextArea 组件中的内容中获取特定字符串并使其成为超链接,因此当用户按下此超链接时,会从文件系统中获取匹配文件被打开。

我该怎么做?

谢谢, 鲁思:-)

I build some GUI in java with Swing, I use JTextArea to display plain text, and i want to take specific string from the content in the JTextArea component and make it hyperlink, so when the user press this hyperlink the match file from the file system is opened.

How can i do it?

Thanks,
Reuth :-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

闻呓2024-12-11 03:36:53

请改用 JEditorPane。有一个实现 HyperlinkListener 在 JavaDocs 的顶部。

Use a JEditorPane instead. There is an example of implementing an HyperlinkListener at the top of the JavaDocs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文