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

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

问题描述

现在我正在用Java实现的一个浏览器。我需要显示一个网站(提供的URL地址)的一个JFrame窗口里面的内容。是否有这样做的一个简单的方法?

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?

我试过的JEditorPane,但它仅支持HTML 3.2,所以网站的内容看起来非常怪异。

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

感谢

推荐答案

我有很好的经验:
http://djproject.sourceforge.net/ns/

让您清晰Swing应用程序中嵌入一个浏览器窗口,让你操作DOM并允许调用从浏览器本身的主机应用程序。

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,
奥伦。

BR, Oren.

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

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