filmov
tv
Java Practice Examples - Module 10-7 Working with Multi-line TextAreas

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
In this example we will build upon our previous examples where we had single line text boxes, to where we will now support multiple lines of text using a JTextArea. This will increase the functionality of our Java GUI applications.
Additionally, we will look at how we can use code to both get and set the string data within the text area to make it easier to work with.