static void removeComponent(final Container cc, final Component c) { if (cc != null && c != null) swing { cc.remove(c); } }