X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooNoteProp.java;h=e2a8ed22fa9a5bf404daa23ebd866d03ededa443;hb=9f707c235c36921753665933a6b959bfa1027fff;hp=bc264865b68cf3412a77206f2ce6fcaa63301a56;hpb=fb3ba029459c683c9180e9e3ccc0e89654288411;p=moosique.git diff --git a/MooNoteProp.java b/MooNoteProp.java index bc26486..e2a8ed2 100644 --- a/MooNoteProp.java +++ b/MooNoteProp.java @@ -2,17 +2,17 @@ import javax.swing.*; import java.awt.*; import java.awt.event.*; -/* +/** * Graphical representation of a MIDI note. * * @author Andersson, Andreen, Lanneskog, Pehrson * @version 1 */ -public class MooNoteProp extends JFrame{ +public class MooNoteProp extends JDialog{ private MooNote note; - /* + /** * Creates a new note preference dialog. * @param mn The note that will be graphically represented */