Using java to create a web browser

后端 未结 8 2221
眼角桃花
眼角桃花 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:15

    I advise you to take a look at the Lobo Browser project, an open-source java-written web browser. Take a look at the source and see how they did it.

提交回复
热议问题