I'm new to Java so I'd like to know a few things about permissions...
I'm trying to run an applet with a method that takes an image url as an argument. The applet works fine as long as I try to grab pictures on my own computer, or server when running it online. However I get a socket permission error as soon as I try to grab an image from another site.
How do I give the applet permission to grab images from other urls?