After working on a GUI that prints your Text backwards (Hello = olleH), Now I want to create a little Button that lets you copy the Outcome in a way you can paste it anywhere else (example in any Editor). I am using a JTextfield called jtxtoutcome. I don't know what else I could say, I guess this is pretty accurate.
This is how I use to change the outcome Textfield.:
jtxtoutcome.setText(backwards);