]> ruin.nu Git - moosique.git/blobdiff - MooMenu.java
no message
[moosique.git] / MooMenu.java
index f8c67d7602a22b703201e8ec2b1305caf1925aa7..7c6be00a766fee802ffa044934d5bba82a61a177 100644 (file)
@@ -15,6 +15,7 @@ public class MooMenu extends JMenuBar implements ActionListener {
        private JMenu file, edit, keyboard, playback, music, help;
        private JFileChooser chooser;
        private File directory;
+       private String[] openedFiles;
 
        /**
         * Creates the menu bar.
@@ -220,13 +221,10 @@ public class MooMenu extends JMenuBar implements ActionListener {
                
                } else if (command == "Set tempo...") {
                        MooDialog newDialog = new MooDialog(MooDialog.SET_TEMPO);
-               
                } else if (command == "Scale velocity...") {
                        MooDialog newDialog = new MooDialog(MooDialog.SCALE_VELOCITY);
-               
                } else if (command == "Transpose...") {
                        MooDialog newDialog = new MooDialog(MooDialog.TRANSPOSE);
-               
                } else if (command == "User manual") {
                        MooDialog manual = new MooDialog(MooDialog.MANUAL);
                } else if (command == "About") {