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