String « Drag Drop « Java Swing Q&A





1. java/swing: drag and drop with a list of strings    stackoverflow.com

What data flavor should I use to transfer a list of strings? I guess I can serialize the list of strings in JSON format, but was hoping I could just transfer ...