There are two things I've noticed that differs this from a console (which is what I'm trying to make it)
-
area.setWrapText(true) will wrap text like a document writer. There should be an option that doesn't send the entire new word to a new line but instead breaks the word up based on text area width
-
Appending text will force the scroll all the way down. There should be an option to make this only happen if the scroll is equal to 1 beforehand.
There are two things I've noticed that differs this from a console (which is what I'm trying to make it)
area.setWrapText(true) will wrap text like a document writer. There should be an option that doesn't send the entire new word to a new line but instead breaks the word up based on text area width
Appending text will force the scroll all the way down. There should be an option to make this only happen if the scroll is equal to 1 beforehand.