hi
I have a peculiar problem...
I am trying to make a small tool....a small
java browser kind of a thing...
I am behind a proxy and so when I call setPage on the jeditorpane it gives 407 error ie.Proxy authentication required.
Now I know how to do it through a URLConnection by setting the Reuest property...But how to do it in this case....
Just putting http.proxyUser and http.proxyPassword in System properties is not working...
Please help