Very Good to all,
I have a problem in terms of constantly changing values of a JTextArea, the only thing I want is that by changing several times the value of the component with its method .setText (); I will replace it and show it effectively, but it only always takes me the last value. This action is done through an ActionListener to a button that calls the method that makes the replacement constant.
This I do as a quick example, since my intention is to call a method in a different class where in that JTextArea I take a future load bar ... but if I can not even change the value of this I will not be able to do the following ... I appreciate the help very much