static void addToContainer(Container a, Component b) { if (a != null && b != null) a.add(b); }