babilon quickfix: added EXIT_ON_CLOSE to ApplicationFrame.
This commit is contained in:
		@@ -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();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user