Strange behavior when exiting exported Windows application with Alt-F4

edited December 2013 in Using Processing

Can't find any reference to this but if my exported Windows application (P2.0.2 on Win8) is ended using Alt-F4 then a javaw.exe *32 process is left behind consuming CPU cycles. Doing this multiple times (open app then close with Alt-F4) accumulates a new javaw.exe process, each consuming additional resources. Exiting the application with the Escape key leaves no such residual process. Is this a bug, or should I be coding a workaround (trap for and handle Alt-F4) or perhaps both?

Thanks in advance for your input

Answers

  • Strange... And what about the close button of the frame? How does it behave?

Sign In or Register to comment.