Click to See Complete Forum and Search --> : Select & copy from a textarea?


KingCobra220
06-07-2006, 07:55 PM
I just had an idea for a project I'm working on. Is it possible to have a button's action set that if you click it, text inside a textarea will be copied in such a way that it will be able to be pasted elsewhere (text file, MS word, forums, or other places)? Is it possible to copy to a clipboard thru Java?

chazzy
06-07-2006, 09:38 PM
in a web browser or via gui?

KingCobra220
06-07-2006, 09:58 PM
in a web browser or via gui?

What I'm trying to do is have my applet copy whats in a textarea to a clipboard when you click a button. Then the copied text can be pasted anywhere. I guess its copying text from the GUI with GUI into a web browser (if that makes any sense :confused: ).