I have a Swing GUI containing and JList within a JScrollPane. It looks great, but I wanted to add some functionality that would mean adding and deleting stuff from the JList (it is the front view of a database). How can I dynamically add and remove items from a JList and have these changes automatically reflected on screen by having them appear/disappear within the JList.
Many Thanks
pipk :
Many Thanks
pipk :