Hi,
I have a problem that I hope someone have some kind of tip of how to solve.
I have to JList's where one is consisting of a list of items and the other is empty (at fisrt). I also have two buttons which is used to move items between the lists.
I have solved how to copy an item (or more) from the first list to the second, but the problem is that I want to remove the items that were copied from the first list. How do I accomplish that?
Regards,
Salo
I have a problem that I hope someone have some kind of tip of how to solve.
I have to JList's where one is consisting of a list of items and the other is empty (at fisrt). I also have two buttons which is used to move items between the lists.
I have solved how to copy an item (or more) from the first list to the second, but the problem is that I want to remove the items that were copied from the first list. How do I accomplish that?
Regards,
Salo