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
Call updateUI on the Jlist after modifying your Vector.