X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=MooNoteElement.java;h=3b08887000f07f515cbbcfab170972ef6fb0cfe3;hb=5380690b9fc56b683d15765382669d79c50d3414;hp=dd31c86b800cc2b7cb1e8a1c077f12bee74f8ad2;hpb=b6312d2dc8b1a096ecb1dfe9e6590d9f7bf14f71;p=moosique.git diff --git a/MooNoteElement.java b/MooNoteElement.java index dd31c86..3b08887 100644 --- a/MooNoteElement.java +++ b/MooNoteElement.java @@ -20,7 +20,7 @@ public class MooNoteElement extends JPanel { * @param mn the note that will be graphically represented * @param rows the number of rows that the note will occupy */ - public MooNoteElement (MooNote mn, int rows) { + public MooNoteElement (MooNote mn) { note = mn; columns = mn.getDuration() / 24; }