Using java to create a web browser

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

    Yes. One of the projects in Java After Hours shows you how to build a simple web browser. It's not nearly as full-featured as IE or Firefox of course (it's only one chapter in the book), but it will show you how to get started.

提交回复
热议问题