Fix #15: Option to shutdown at the end of frame (standalone client)

This commit is contained in:
Thomas Laroche
2015-08-05 19:58:11 +01:00
committed by Laurent Clouet
parent 7f475348fc
commit 2560a2d4d2
3 changed files with 39 additions and 2 deletions

View File

@@ -117,6 +117,7 @@ public class GuiSwing extends JFrame implements Gui {
@Override
public void stop() {
System.out.println("GuiSwing::stop()");
System.exit(0);
}
@Override