Please move the thread if there is a forum that is better suited.
I have a basic understanding of Java. However, GUI's are far out of my reportoire. I have a GUI with three textfields and a button. I want the user to enter two integers, one in each textfield, and press the button. The sum of the numbers will appear in the third textfield. I have no idea where to begin,
int a = text_1;
is seemingly no good here.