I got a problem with how to display console output in Jtextarea one be one. I have successfully redirected system console output into JTextarea. But the problem is that in r
Please use something like this.
String s = ("Your String..."); textArea.append(s);