how to show a html webpage in a GUI in Java

Posted by Robert on Stack Overflow See other posts from Stack Overflow or by Robert
Published on 2010-03-22T10:45:37Z Indexed on 2010/03/22 10:51 UTC
Read the original article Hit count: 302

Filed under:

Dear all,

I've recently worked on a project on search query,and I am only last step away from completion. Now I have a nice URL,and can open it in "cmd /c start" statement in Java,and it causes an IE window open.

However,my advisor is not satisfied with that,he wants to see this webpage(actually,two webpages) opened in a GUI interface.

So could you please give a detailed instruction on how to achieve this in Java,please?If you are trying to offer me a helpful package,would you please kindly also show how to use that as well,since I am new to this GUI development,and I only know the basics of Swing.

Thanks a lot,it is dued within this week.

© Stack Overflow or respective owner

Related posts about java