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