X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooNoteElement.java;h=f64e082c16884aa0f9382c8f2ba9380658161c6a;hb=c54c8150061571a2aaf4ea81e027498b6bc248a7;hp=beb5702b0467b663f102f2482e73cf75cbcb96fb;hpb=9becc0105a709c62132cc6ff111ba1943ebb32de;p=moosique.git diff --git a/MooNoteElement.java b/MooNoteElement.java index beb5702..f64e082 100644 --- a/MooNoteElement.java +++ b/MooNoteElement.java @@ -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; }