From 54f7ae55f147662507fb83513c0c09eda4225ea5 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Mon, 12 May 2003 13:52:48 +0000 Subject: [PATCH] no EXIT_ON_CLOSE --- MooNoteProp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2