]> ruin.nu Git - moosique.git/blobdiff - MooNoteElement.java
Changed beginnings of comments from /* to /** which is necessary for the comments...
[moosique.git] / MooNoteElement.java
index 8b71b3cfb31e72caabf1edff3479f1dd930beecf..b42bcb96e73f2a2b532ae28e72b02d79cfe3f248 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
         */
@@ -42,7 +42,7 @@ public class MooNoteElement extends JPanel{
                        
        }
 
-       /**
+       /***
         *
         */
        public void paintComponent(Graphics g)