Hi, I am new to Java and to threads. I am running a working applet from "Thinking in Java" and receive the following exception: "java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup )" - after trying to create an object from an inner class that inherits from Thread. It looks very straightforward, and I haven't changed anything. Any ideas?