PDA

Click to See Complete Forum and Search --> : Copy to clipboard


xxarmoxx
Jul 5th, 2007, 12:07 PM
I want to put something in a textbox and then hit a button and copy whatever is in the textbox to the clipboard. What is the best way for me to do this? Thanks!

ComputerJy
Jul 6th, 2007, 02:10 AM
Take a look at the "java.awt.datatransfer.Clipboard" class. I think it's what you need