static void clearJList(final JList list) { if (list != null) swing { ((DefaultListModel) list.getModel()).clear(); } }