Retrieving an applet from JNI
heyas!
Is it possible to find a loaded applet from JNI?
I have a brower that displays an applet. What I need it to do is from his browser code to find the applet class or top level windows in the applet.
For some reason I can only find a single 0x0 invisible Frame when I call Frame.getFrames().
Yours Truly
BW

