svoid addAndValidate(Container c, Component x) { if (c != null && x != null) { c.add(x); c.revalidate(); } }