I have seen some applets that ask for user permission to
do disk access, or get network connections.
I can't access network or files in my applets becuase of
securtiy, I know I can change the privleges for my
JVM but I want others to be able to use the program, how do
I get permissions from the user in applets, a simple
sample would be the best, in addition to perhaps a small
explaination how it works if it is complicated.