java - Are there any alternative for getSystemSelection()? -


i trying data clipboard using getsystemselection() it's returning null. references platforms don't support this. there alternative?

here current code:

clipboard c = toolkit.getdefaulttoolkit().getsystemselection(); system.out.println(c.getdata(dataflavor.stringflavor).tostring()); 


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -