static void insertListItem(final JList list, final int i, fS item) { swing { ((DefaultListModel) list.getModel()).addElement(i, item); } }