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

[347 byte] By [BWVictoriousa] at [2007-10-3 1:25:35]
# 1
Use "GetComponent", see File "jawt.h" This function returns Component by HWND. But it is available from jdk1.4.1+
vitallisa at 2007-7-14 18:23:01 > top of Java-index,Java HotSpot Virtual Machine,Specifications...