]> ruin.nu Git - moosique.git/blobdiff - MooNoteElement.java
some minor changes
[moosique.git] / MooNoteElement.java
index b42bcb96e73f2a2b532ae28e72b02d79cfe3f248..40ab0a4fca2ec68e6ac58cc0ca231c749a6928b7 100644 (file)
@@ -42,7 +42,7 @@ public class MooNoteElement extends JPanel{
                        
        }
 
-       /***
+       /**
         *
         */
        public void paintComponent(Graphics g)
@@ -53,7 +53,6 @@ public class MooNoteElement extends JPanel{
                        return;
                Graphics2D g2 = (Graphics2D)g;
 
-               //Draw the note representation
        }
                        
 }