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