-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Even though this question is about Swing, it applies here too: http://stackoverflow.com/a/3281935/1310566
As I plan on incorporating this in a web-based application, using System.exit
would be devastating for me. Using System.exit is a mean way of terminating applications. Throw exceptions and/or interrupt threads instead.