Clearing a text area

How would I have a button reset a text area to “blank” when the button is clicked?

Right-click on the button and choose “Configure Actions”

Select the actionPerformed event

Click on the “Set Property” tab

Choose your text area’s text property

Leave the value as an empty string.