JTextPane 和 XHTMLRenderer:何时使用哪个

发布于 2024-10-03 23:20:06 字数 98 浏览 4 评论 0原文

在什么情况下您会在 JTextPane 上使用 XHTMLRenderer(飞碟)和 HTMLDocument,反之亦然?这主要是一个偏好问题,还是在某些情况下,一个是更自然的选择?

What are some situations that you would use XHTMLRenderer (flying saucer) over JTextPane with a HTMLDocument and vice versa? Is it mostly a matter of preference or are there certain cases that one is a more natural choice?

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

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

发布评论

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

评论(1

熟人话多 2024-10-10 23:20:06

HTMLDocument 是标准 Java 库的一部分,但仅限于 HTML 3.2 。相比之下,Flying Saucer 是一个外部依赖项,但它包含“对CSS 2.1 规范。”

An HTMLDocument is part of the standard Java library, but it is limited to HTML 3.2. In contrast, Flying Saucer is an external dependency, but it includes "Strong support for the CSS 2.1 specification."

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