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
Post a Comment