Using java to create a web browser

后端 未结 8 2223
眼角桃花
眼角桃花 2020-12-03 11:32

Is it possible to use Java to build a web browser like Internet Explorer that will open all the web pages and display all the contents?

相关标签:
8条回答
  • 2020-12-03 12:34

    Take a look at the JEditorPane class. It can be used to render HTML pages and could form the basis of a simple browser.

    0 讨论(0)
  • 2020-12-03 12:35

    I develop this browser for my college project may be this helpful for you

    My Button is open source java web browser.

    Develop for school and college projects and learning purpose. Download source code extract .zip file and copy “mybutton” folder from “parser\mybutton” to C:\

    Import project “omtMyButton” in eclipse. Require Java 6.

    Download .exe and source code : https://sourceforge.net/projects/omtmybutton/files/

    0 讨论(0)
提交回复
热议问题