In a Java applet-application, is there a way to obtain the actual applet instance somehow? e.g. a static method or singleton that makes this available? I'm working on a project where I can't access/modify the Applet class source code so I need a way to find the current Applet instance.
The reason for this is I think I need to inspect/modify how the applet is loading resources.