X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooGUI.java;h=ce67d69e7cb65db5daccde7fbb97fc6bce7bb101;hb=a377991ed2bf7c9e050e68d32304159db0862cd6;hp=97b4ad0dc431b6dca32f2a42e8f8a73ea3e5e673;hpb=a8e9c2b180fb2397445605aae35ded7a0eac572b;p=moosique.git diff --git a/MooGUI.java b/MooGUI.java index 97b4ad0..ce67d69 100644 --- a/MooGUI.java +++ b/MooGUI.java @@ -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); }