Originally Posted by
KAJLogic
I believe that my applet doesn't have the required permission from read from the server.
There seems to be a lot of guesswork with all of this. What specific permissions do you have? What permissions do you think you need to have in order to read from a url on your server?
Originally Posted by
KAJLogic
Of course, but can I typecast graphics from paint, can I re assign the graphics object to an extend class I have made (I have a custom graphics object: because I need specific geometric functions graphics/graphics2D doesn't have)
I'm not even sure what that means. You can't cast any instance to another type unless that instance was *already* that type.