Posted By:
Yaakov_Erlich
Posted On:
Tuesday, May 15, 2007 08:57 AM
Hello,
I have a problem, that appears in Plug-in 1.3.1_08 (1.4 is ok). The Microsoft Internet Explorer sucks, running my Applet.
It occurs, when AWT Frame uses method show().
In a correct situation (for example Java Plug-in 1.4), the applet appears in a separate window (not into IE).
When the problem occurs, the Applet's window does not appear and the Internet Explorer (and Java console) are stuk in.
When I change the mehod to setVisible(true), the problem still exists.
In the both cases the Applet appears and works correctly for Java 1.4 and more.
Please help.