]> ruin.nu Git - moosique.git/blobdiff - MooNoteElement.java
some minor changes
[moosique.git] / MooNoteElement.java
index 8b71b3cfb31e72caabf1edff3479f1dd930beecf..40ab0a4fca2ec68e6ac58cc0ca231c749a6928b7 100644 (file)
@@ -2,7 +2,7 @@ import javax.swing.*;
 import java.awt.*;
 import java.awt.event.*;
 
-/*
+/**
  * Graphical representation of a MIDI note.
  * 
  * @author  Andersson, Andreen, Lanneskog, Pehrson
@@ -12,7 +12,7 @@ import java.awt.event.*;
 public class MooNoteElement extends JPanel{
 
        private MooNote note;
-       /* 
+       /** 
         * Creates a new note element.
         * @param mn The note that will be graphically represented
         */
@@ -53,7 +53,6 @@ public class MooNoteElement extends JPanel{
                        return;
                Graphics2D g2 = (Graphics2D)g;
 
-               //Draw the note representation
        }
                        
 }