static void addItemListener(final JComboBox cb, final ItemListener l) { if (cb != null) swing { cb.addItemListener(l); } }