Help with displaying webpage contents
Hi,
i am currently working on a browser using EditorPane to display web contents. However, i am having problem when trying to display the page.
It seems that setPage(url) is throwing an exception even though the typed url is a valid address. Oh yeah, in order to connect to any webpage, our server requires username and password. So, I believe that I need to do the same in order for setPage() to work.
How do I solve this? Thanks in advance!

