]> ruin.nu Git - moosique.git/blobdiff - MooGUI.java
Changed beginnings of comments from /* to /** which is necessary for the comments...
[moosique.git] / MooGUI.java
index 60bb7aca9ed424b63c7231a7010109f54cfb81d2..cc145ab4a57f4e3f2603094aa8300c7152a6f51e 100644 (file)
@@ -3,7 +3,7 @@ import javax.swing.*;
 import java.awt.*;
 import java.awt.event.*;
 
-/*
+/**
  * Moosique's graphical user interface.
  * 
  * @author  Mikael Andreen
@@ -13,7 +13,7 @@ public class MooGUI extends JFrame implements WindowListener {
 
        Sequence seq;
        
-       /* 
+       /** 
         * Creates the GUI.
         */
        public MooGUI(Sequence seq) {
@@ -31,7 +31,7 @@ public class MooGUI extends JFrame implements WindowListener {
                setVisible(true);
        }
        
-       /* 
+       /** 
         * Changes the sequence of the GUI.
         * @param sequence      the MIDI sequence to visualize
         */