AWT GUI WON'T EXIT!!!
Hi All
I have some java methods which I invoke using C++. Some methods contain a splash window created using awt (extending Window class).
The GUI is displayed but the java code won't exit after executing the GUI. Basically the C++ code halts because of this.
Can some body help me with this...
Thank You

