]> ruin.nu Git - moosique.git/blobdiff - MooNoteElement.java
Changed MooNoteElement constructor
[moosique.git] / MooNoteElement.java
index beb5702b0467b663f102f2482e73cf75cbcb96fb..f64e082c16884aa0f9382c8f2ba9380658161c6a 100644 (file)
@@ -16,9 +16,10 @@ public class MooNoteElement extends JPanel {
 
        /** 
         * Creates a new note element.
-        * @param mn The note that will be graphically represented
+        * @param mn    the note that will be graphically represented
+        * @param rows  the number of rows that the note will occupy
         */
-       public MooNoteElement (MooNote mn) {
+       public MooNoteElement (MooNote mn, int rows) {
                note = mn;
        }