We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Closing applications
Page Index Toggle Pages: 1
Closing applications (Read 337 times)
Closing applications
Nov 27th, 2007, 10:57pm
 
I don't know if this is something simple that I've just overlooked in the references but I cannot figure out how to get an application to actually close. If I use exit() then the program just stops but the window remains. I'm making a game that will fill the full screen when I am done so it is important that it is able to close with a button inside the game (like with most other games). Any help would be great and sorry again if this is just something that I've missed.
Re: Closing applications
Reply #1 - Nov 27th, 2007, 11:16pm
 
super.stop(); might help.. I'm not 100% sure though.
Re: Closing applications
Reply #2 - Nov 28th, 2007, 2:29am
 
once the application is exported, does exit() not quit properly?
Page Index Toggle Pages: 1