This is realy easy, the only thing you should do is setting the text to a string that contains nothing.
So you should do is : textField.setText(""); in the actionlistener of the button.
Then the...