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.
我想知道是否有任何方法可以从 JavaFX 或 Swing 中的链接显示 Unity Web Player 内容?我查看了 JxBrowser,但它使用不支持 Unity WebPlayer 的 Chromium 55。
不幸的是,您坚持使用 JxBrowser。Swing 在这方面非常有限。
如果不支持 JxBrowser,那么您唯一的其他选择是 SWT ...
你试过JavaFX WebView吗?