Let's say I have this:
public DefaultListModel model = new DefaultListModel();
how do i make it so I can see if it contains a certain string?
Thanks
Let's say I have this:
public DefaultListModel model = new DefaultListModel();
how do i make it so I can see if it contains a certain string?
Thanks