Problems with displaying my output (append vs. setText)

preview_player
Показать описание
I think append is the better option, but I'm probably doing something wrong, so suggestions are encouraged!
Рекомендации по теме
Комментарии
Автор

I believe append worked because it will insert the text without altering the whole textArea. But when using setText, it will alter/update the whole textArea with the new setText("your string here")

greatAce
welcome to shbcf.ru