Exit when the close button is clicked.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@168 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ImporterFrame.java,v 1.3 2001/03/21 00:41:03 mdb Exp $
|
// $Id: ImporterFrame.java,v 1.4 2001/07/12 22:32:27 mdb Exp $
|
||||||
|
|
||||||
package robodj.importer;
|
package robodj.importer;
|
||||||
|
|
||||||
@@ -15,6 +15,9 @@ public class ImporterFrame extends JFrame
|
|||||||
{
|
{
|
||||||
super("RoboDJ CD Importer");
|
super("RoboDJ CD Importer");
|
||||||
|
|
||||||
|
// quit if we're closed
|
||||||
|
setDefaultCloseOperation(EXIT_ON_CLOSE);
|
||||||
|
|
||||||
_top = new JPanel();
|
_top = new JPanel();
|
||||||
GroupLayout gl = new VGroupLayout(GroupLayout.STRETCH);
|
GroupLayout gl = new VGroupLayout(GroupLayout.STRETCH);
|
||||||
gl.setOffAxisPolicy(GroupLayout.STRETCH);
|
gl.setOffAxisPolicy(GroupLayout.STRETCH);
|
||||||
|
|||||||
Reference in New Issue
Block a user