Obtaining Proxy Settings in Swing
Hi all,
I am using Internet through Proxy URL and port through my corporate LAN. I want to make a small Swing Application to connect to Internet and retrive some info.
How do I write code to obtain the proxy URL and port number from the user at run time to connect to the internet?
Alternatively I must be able to use a PAC url to obtain the same. Is the second option possible?

