babilon quickfix: added EXIT_ON_CLOSE to ApplicationFrame.
This commit is contained in:
parent
e18d1a61bf
commit
6a8d73c098
@ -35,6 +35,7 @@ public class ApplicationFrame implements Runnable
|
||||
public void init(){
|
||||
jframe = new JFrame();
|
||||
jframe.setMinimumSize(new Dimension(600, 400));
|
||||
jframe.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
||||
|
||||
mapselectorpanel = new JPanel();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user