I want to paste about 15 lines into a text box and then hit a button and have each line be entered into a listbox. Whats the best way for me to do this? Thanks
Printable View
I want to paste about 15 lines into a text box and then hit a button and have each line be entered into a listbox. Whats the best way for me to do this? Thanks
Take a look at the "java.awt.datatransfer.Clipboard" class. I think it's what you need