]> ruin.nu Git - moosique.git/blob - MooNoteElement.java
Killed the dummy methods of GUI classes, making all files compilable.
[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 }