]> ruin.nu Git - moosique.git/blob - MooTrackTitle.java
Killed the dummy methods of GUI classes, making all files compilable.
[moosique.git] / MooTrackTitle.java
1 import javax.swing.*;
2
3 /*
4  * The title bar for each track with track name, channel, instrument etc.
5  * 
6  * @author  Andersson, Andreen, Lanneskog, Pehrson
7  * @version 1
8  */
9  
10 public class MooTrackTitle {
11
12         /* 
13          * Creates the title bar.
14          */
15         public MooTrackTitle () {
16
17         }
18 }