]> ruin.nu Git - moosique.git/blob - MooToolbar.java
Changed beginnings of comments from /* to /** which is necessary for the comments...
[moosique.git] / MooToolbar.java
1 import javax.swing.*;
2
3 /**
4  * 
5  * 
6  * @author  Andersson, Andreen, Lanneskog, Pehrson
7  * @version 1
8  */
9  
10 public class MooToolbar {
11
12         /** 
13          * Creates the toolbar.
14          */
15         public MooToolbar () {
16
17         }
18 }