Bug 183 : PApplet's stop() and destroy() methods called irregularly
Last modified: 2005-10-20 09:51




Status:
ASSIGNED
Resolution:
-
Priority:
P2
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Votes: 0    Show votes for this bug    Vote for this bug

Summary: PApplet's stop() and destroy() methods called irregularly
Comments:
URL: Please use attachments to demonstrate the bug you are reporting.
   
 



Description:   Opened: 2005-10-20 09:49
start() is called by the appletviewer, but destroy() is not guaranteed to
be called. more information at:
http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html

this needs to be sorted out because of how it affects libraries.
Additional Comment #1 From fry 2005-10-20 09:51
*** Bug 184 has been marked as a duplicate of this bug. ***