static void addToContainer(Container a, Component... b) { if (a == null) ret; swing { fOr (Component c : b) if (c != null) a.add(c); } }