how to show a html webpage in a GUI in Java
- by Robert
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.