Fix #15: Option to shutdown at the end of frame (standalone client)
This commit is contained in:
committed by
Laurent Clouet
parent
7f475348fc
commit
2560a2d4d2
@@ -117,6 +117,7 @@ public class GuiSwing extends JFrame implements Gui {
|
||||
@Override
|
||||
public void stop() {
|
||||
System.out.println("GuiSwing::stop()");
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user