Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 QWebView 在 Windows、Mac 和 Linux 的 Java Swing 应用程序中呈现 HTML5 页面?
基本上我想有类似http://qupzilla.com的东西,但对于 Java。
我认为在 Swing 中使用 QWebView 并不容易。
如果您只想在 Java Swing 应用程序中呈现 HTML 5,使用 JavaFX 的 WebView(基于 WebKit)可能更容易。您可以使用 JFXPanel 将 JavaFX 的 WebView 添加到您的 Swing 应用程序中。
还有 MozSwing(Java 的 Firefox 绑定)。
如果你只需要 XHTML + CSS3,你可以看看 fly-saucer,它是一个纯 Java 实现。