Java Applet和浏览器冻结

Java Applet和浏览器冻结

问题描述:

是否有避免浏览器加载冻结一个小程序时,最好的做法?

Is there a best practice for avoiding a browser freeze when loading an applet?

有关我的precise需求,小程序时,需要在Web应用程序初始化加载,而不是可视组件(将在一个隐藏分区或隐藏的iframe)。

For my precise needs, the applet needs to be loaded when the web application is initialized, and is not a visual component (will be in a hidden div or hidden iframe).

作为参考,在这里是href=\"http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6267809\" rel=\"nofollow\">在SUN的身边老错误的

As a reference, here is an old bug on SUN's side.

1.6.0u10将大大有助于与大多数浏览器,但与旧的虚拟机是没有办法避免的浏览器冻结。

1.6.0u10 will help greatly with most browsers, but with the older vms there is no way to avoid the browser freeze.