Applet execution in a native window

Hi,How can i send a native window handle (win32 HWND) to a java class using JNI. I am trying to embed my applet in the native window.
[147 byte] By [rajuvishnua] at [2007-11-26 13:39:10]
# 1
That topic has been discussed before in this forum.
jschella at 2007-7-7 22:33:14 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Correction: Embedding a java gui in a window has been discussed before. Not an applet.I suspect there will be problems with doing it via an applet.
jschella at 2007-7-7 22:33:14 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
Hi,Its giving me some trouble. But this concept is used by the plugin for some browsers to render applets in thier native window. I am trying similar approach.thanks
rajuvishnua at 2007-7-7 22:33:14 > top of Java-index,Java HotSpot Virtual Machine,Specifications...