From: Michael Andreen Date: Mon, 28 Apr 2003 10:04:29 +0000 (+0000) Subject: Should be JDialog not JFrame X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=commitdiff_plain;h=0c65653da8aecee944e4814ab2efda6a2ad57a94 Should be JDialog not JFrame --- diff --git a/MooNoteProp.java b/MooNoteProp.java index bc26486..97711ec 100644 --- a/MooNoteProp.java +++ b/MooNoteProp.java @@ -9,7 +9,7 @@ import java.awt.event.*; * @version 1 */ -public class MooNoteProp extends JFrame{ +public class MooNoteProp extends JDialog{ private MooNote note; /*