Name: pa48320 Date: 08/19/2003
Create a C++ program on windows that uses sun.awt.windows.WToolKit.embeddedInit() and has an EmbeddedFrame with a child of java.awt.Panel. Disposing the frame causes messages to be posted instead of sent (PostMessage instead of SendMessage) which means that the destructino of the window can happen before the messages to dispose the java objects can happen first. A zip file with a preproducing MS Devstudio project will be attached.
======================================================================