svoid removeAllComponents(final Container c) { if (c != null) swing { c.removeAll(); revalidate(c); } }