]> ruin.nu Git - moosique.git/commitdiff
no EXIT_ON_CLOSE
authorMichael Andreen <harv@ruin.nu>
Mon, 12 May 2003 13:52:48 +0000 (13:52 +0000)
committerMichael Andreen <harv@ruin.nu>
Mon, 12 May 2003 13:52:48 +0000 (13:52 +0000)
MooNoteProp.java

index 8eb36fea5e1ddbd8fb81498ddcba042db3cddaeb..e1826e304bf59d86f2170c3be9199c1536e4d21b 100644 (file)
@@ -59,7 +59,7 @@ public class MooNoteProp extends JDialog{
                                     options,
                                     options[0]);
         setContentPane(optionPane);
-        setDefaultCloseOperation(EXIT_ON_CLOSE);
+        setDefaultCloseOperation(DISPOSE_ON_CLOSE);
 
         ActionListener intValidator = new ActionListener() {
             public void actionPerformed(ActionEvent e) {