The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The jigzone.com jigsaw puzzle applet hangs very quickly after startup, occasionally after moving a couple of puzzle pieces.
Comments
EVALUATION
This bug is being marked as a duplicate of 6622332 for bookkeeping purposes and does not need to be re-verified independently. In the case of a regression please file a new bug.
EVALUATION
Changed a call to the AWT Event Dispatch Thread from an
invokeAndWait() to an invokeLater() to avoid deadlocks. Added note to
Applet2Manager about invariant that we must not do work that blocks on
any EDT as a result of calling any of its public methods.