X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=MooMenu.java;h=d25ec0caa9a2cfd0a1fef8f0c74d65bdf44f19d8;hb=d564984e345995ca352c4f5eee3296c6e02010de;hp=c4a01c1a42dd8a934e93fad4281124a43923f065;hpb=abdd0789dfa2329312d8cdebc114728192935360;p=moosique.git diff --git a/MooMenu.java b/MooMenu.java index c4a01c1..d25ec0c 100644 --- a/MooMenu.java +++ b/MooMenu.java @@ -136,7 +136,7 @@ public class MooMenu extends JMenuBar implements ActionListener { } /** * Gets the users command of takes and properiate action - * @param e the action perfomed + * @param e The action perfomed. */ public void actionPerformed(ActionEvent e) { String command = e.getActionCommand(); @@ -248,7 +248,7 @@ public class MooMenu extends JMenuBar implements ActionListener { return false; } - /* + /** * gets the description of the filetype * @return "Midifiles the only filetyp compatibel with the program */