X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooGUI.java;h=cc145ab4a57f4e3f2603094aa8300c7152a6f51e;hb=27558cd51b6b7c9cdaa433c55360b9873d8af536;hp=60bb7aca9ed424b63c7231a7010109f54cfb81d2;hpb=964980cf244e780600db6d5e05d036edbb3a15da;p=moosique.git diff --git a/MooGUI.java b/MooGUI.java index 60bb7ac..cc145ab 100644 --- a/MooGUI.java +++ b/MooGUI.java @@ -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 */