I have an ArrayList<JCheckBox> that i want to convert to an ArrayList<String> First I do like this. I get all my titles from a file and put them into a new ArrayList. ...
ArrayList<JCheckBox>
ArrayList<String>