I’ve got a TextArea from JavaFX, and I’m getting the lines from the ObservableList the getParagraphs returns
Is there any way to check if the item in the list is just the new line?
Getting the size of a “blank” line returns 1, which is not what I need, I need 0 for that
I’ve been looking at this for the last half hour, I can’t figure anything out on it
I can’t even figure out what exactly the blank line’s contents is, it just prints empty.