From: Einar Pehrson Date: Sun, 11 May 2003 14:47:33 +0000 (+0000) Subject: no message X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=commitdiff_plain;h=a377991ed2bf7c9e050e68d32304159db0862cd6 no message --- 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); }