I am getting the error that it is the thread title when running this code:


void printLines (JTextArea ta) {
String temp = content.get(0);
String [] splitter =...