I\'ve got a JList which displays information from a vector. The user can then add and remove information from this vector. Is it possible to refresh the JList inside my JFra
you can use list.setListData(vector) each time the vector changes