I have a JTextArea and I want to dump the result of an SQL query
'SELECT *FROM aTable' in this JTextArea. The problem I am facing is that only the last line shows up in the text. How do I make it so that every new line of the record set starts in a new row.