Populate JList with unique elements

137 views Asked by At

I have a string vector and some elements repeat in it. Now I want to insert this data into a Java swing JList, but I want all the list items to be unique. How can I do this??

0

There are 0 answers