public void showList(){
List1.removeAll();
for (int i = 0 ; i < fictional_characters.length ; i++)
{
String value = fictional_characters[i];
...