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
I think I found the solution for the Jlist's graphic 'refresh'. Try calling this method after each add or remove element of the model that is held by the Jlist.