From: Michael Andreen Date: Mon, 12 May 2003 13:52:48 +0000 (+0000) Subject: no EXIT_ON_CLOSE X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=commitdiff_plain;h=54f7ae55f147662507fb83513c0c09eda4225ea5 no EXIT_ON_CLOSE --- diff --git a/MooNoteProp.java b/MooNoteProp.java index 8eb36fe..e1826e3 100644 --- a/MooNoteProp.java +++ b/MooNoteProp.java @@ -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) {