From a377991ed2bf7c9e050e68d32304159db0862cd6 Mon Sep 17 00:00:00 2001 From: Einar Pehrson Date: Sun, 11 May 2003 14:47:33 +0000 Subject: [PATCH] no message --- MooGUI.java | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.39.2