In this JavaFX GUI tutorial we will learn how to use the TextArea Control. We will learn about the wrapTextProperty, the editableProperty, and how to get and set text for the TextArea Control.
Project Code is available on GitHub:
https://github.com/JavaCodeJunkie/javafx
Check out my YouTube Channel for more videos:
https://www.youtube.com/javacodejunkie
source
Continuing with another of the JavaFX Controls, today we look at the TextArea. Cheers!