I have set applet inside div like this:
<div id="Applet" style="visibility:hidden;height:0px;width:0px;overflow:hidden;">
In java version 8U51 this work like dream and also all previous Java version. But, after update, 8U60 this does not work anymore in IE. Though the example this works like dream in Firefox.
So, IE version is same and 8U51 works and 8U60 not, problem is inside Java. Anybody now how this fix without setting style to visible ?