Hey, little problem I am trying to solve.
I have a bunch of checkboxes and some ComboBoxes which the user selects in my application, all the necessary information i need gets passed into a variable, then when the user presses a button, that info gets put into a TextArea. Basically all I need is for every time the user pushes the button, the information from the variable gets put into the TextArea again, and since the info in the variable changes when the user selects different options, it will create a list of different selections.
I am using a system clipboard object, but I can't seem to make it
add the value to the TextArea, not just replace the old value.
(BTW I am very begginer Java programer)