]> ruin.nu Git - moosique.git/blobdiff - MooNoteProp.java
vad sägs om bordern?
[moosique.git] / MooNoteProp.java
index bc264865b68cf3412a77206f2ce6fcaa63301a56..e2a8ed22fa9a5bf404daa23ebd866d03ededa443 100644 (file)
@@ -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
         */