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? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -