When the launcher is used to start an application
locally (ie. not across the internet), and that
application is closed, the launcher is also closed
along with any other open applications.
This happens because the SwingContext.close() method, used
to close applications that are running stand-alone, uses
System.exit() to stop the application.
This, of course, stops the lot, but was OK before the
launcher was modified to allow the starting of stand-alone
applications.
To be fixed in 0.9.5.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=306335
This happens because the SwingContext.close() method, used
to close applications that are running stand-alone, uses
System.exit() to stop the application.
This, of course, stops the lot, but was OK before the
launcher was modified to allow the starting of stand-alone
applications.
To be fixed in 0.9.5.