Hey Everyone,
I'm working on a small application involving moving text input by a user from one JTextArea to another. There will be other actions going on here but that is the bulk of it.
How exactly do I turn the text that is input into the first JTextArea and turn it into a variable so that I can move it to the next JTextArea.
Hope this is clear.
