]> ruin.nu Git - moosique.git/blobdiff - MooView.java
FIXED THE LAST MAJOR BUG!!!
[moosique.git] / MooView.java
index 1b114b61e7f334ea2e0a66c4fd1b8892be598dc6..c97a4a46239b745124a0cdbafe8a023121879c2b 100644 (file)
@@ -76,8 +76,8 @@ public class MooView extends JScrollPane {
                                progressDialog.pack();
                                progressDialog.setLocation((Toolkit.getDefaultToolkit().getScreenSize().width - progressDialog.getWidth()) / 2, (Toolkit.getDefaultToolkit().getScreenSize().height - progressDialog.getHeight()) / 2);
                                progressDialog.setVisible(true);
-                       } else System.out.println("Creating track views");
-       
+                       }
+
                        // Starts filling the track panel with track views, while updating the progress bar.
                        GridLayout gL = new GridLayout(1,numberOfTracks);
                        trackPanel.setLayout(gL);
@@ -94,7 +94,6 @@ public class MooView extends JScrollPane {
                                }
                        }
                        if (showProgress) progressDialog.dispose();
-                       else System.out.print("Done");
                }
 /*             JPanel filler = new JPanel();
                int totalViewLength = trackPanel.getComponents().length * MooTrackView.VIEW_WIDTH;