]> ruin.nu Git - moosique.git/blobdiff - MooNoteElement.java
*** empty log message ***
[moosique.git] / MooNoteElement.java
index dd31c86b800cc2b7cb1e8a1c077f12bee74f8ad2..c502b4d568cd47e6269e0fb79e0cd3ff1f753ec9 100644 (file)
@@ -20,9 +20,10 @@ 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;
+               setBorder(BorderFactory.createLineBorder(Color.black));
        }
 
        /**