You forgot to call txbResultado.setText(result) in onSuccess()
You are also creating new Label objects but you do not attach them to the
panel, so they will be invisible.
/Rene
Den tirsdag den 16. december 2014 19.46.52 UTC+1 skrev Eduardo Pereira:
>
> Hello everyone.
>
> I'm starting with the
Hello everyone.
I'm starting with the GWT now and I have a problem, if you could help me,
I'd be thankful
I'm creating a simple program to encrypt a string. When a user types a word
in the box he clicks the button, and in the box below returns the word
changed. But I can not make this return,