]> ruin.nu Git - moosique.git/blob - MooNoteElement.java
initial commit
[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
19         /** 
20          * 
21          */
22         public void () {
23         
24         }
25 }