]> ruin.nu Git - moosique.git/blobdiff - MooGUI.java
no message
[moosique.git] / MooGUI.java
index 97b4ad0dc431b6dca32f2a42e8f8a73ea3e5e673..ce67d69e7cb65db5daccde7fbb97fc6bce7bb101 100644 (file)
@@ -70,7 +70,6 @@ public class MooGUI extends JFrame {
        private void setBackground(Container c) {
                c.setBackground(bgColor);
                Component[] comps = c.getComponents();
-               System.out.println(comps.length);
                for (int i = 0; i < comps.length; i++) {
                        comps[i].setBackground(bgColor);
                }