]> ruin.nu Git - moosique.git/blob - MooNoteElement.java
f3b8ad041d69788524d8c92898f7bf79067952ac
[moosique.git] / MooNoteElement.java
1 import javax.swing.*;
2
3 /*
4  * Graphical representation of a MIDI note.
5  * 
6  * @author  Andersson, Andreen, Lanneskog, Pehrson
7  * @version 1
8  */
9  
10 public class MooNoteElement {
11
12         /* 
13          * Creates a new note element.
14          */
15         public MooNoteElement () {
16
17         }
18 }