我如何将 MozSwing 与 swing 应用程序一起嵌入以实现跨平台应用程序
我知道谷歌是我的朋友,但我找不到任何关于嵌入 mozswing 的好简单教程 在 Swing 应用程序中,我喜欢避免将它与 SWT 一起使用,但它更容易,也可以。 你能给我举一些例子吗?
i know google is my friend ,, but i couldn't find any good easy tutorial on embedding mozswing
into swing application , i like to avoid using it with SWT but is its more easier its ok .
can you please point me to some examples?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您(和我)最好的选择是具有 WebView 组件的 JavaFX 2.0。我很想被证明是错的,但我认为 mozswing 已经死了。
我觉得难以置信的是,这里没有人对 Webkit 进行了本机编译,并在其周围封装了一个漂亮的 Java 包装器。嘿,也许它已经在那里了,但我们不知道如何找到它。有人愿意补充一下吗?
I think your (and my) best bet is JavaFX 2.0 having have a WebView component. I'd love to be proven wrong but I think mozswing is dead.
I find it unbelievable that nobody out here has done a native compile of Webkit and slapped a nice Java wrapper around it. Hey, maybe it's out there already and we don't know how to find it. Anyone care to add to this?
JavaFX的webview对于正常渲染来说是有好处的。
但如果您考虑的是 Flash 之类的,那么截至目前它还不支持这一点。
[所有未来的读者必须根据发表的日期/时间来判断此声明:)]
JavaFX's webview is good for normal rendering.
But if you're thinking about Flash and what not, it doesn't support this yet as of today.
[all future readers must judge this statement by the date/time it was made :) ]