如何在java应用程序中显示html? [英] How to display html in a java application?

查看:31
本文介绍了如何在java应用程序中显示html?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Now I am working on implementing a browser in Java. I need to display the contents of a website (provided a url-address) inside a JFrame window. Is there a simple way of doing that?

I tried JEditorPane, but it only supports HTML 3.2, so the contents of the website looks very weird.

Thanks

解决方案

I have good experience with: http://djproject.sourceforge.net/ns/

Lets you cleanly embed a browser window within a Swing application, lets you manipulate the DOM and enables calling the host application from the browser itself.

BR, Oren.

这篇关于如何在java应用程序中显示html?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆