View Single Post
  #1 (permalink)  
Old 05-19-2008, 09:03 AM
Judoon_Platoon Judoon_Platoon is offline
Member
 
Join Date: May 2008
Posts: 9
Judoon_Platoon is on a distinguished road
[SOLVED] Creating List of Values Using ClipBoard Object
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)

Last edited by Judoon_Platoon : 05-19-2008 at 09:09 AM.
Reply With Quote
Sponsored Links