Dear Sirs,
Java applets are not supported by most browsers excepting internet explorer. I run my java applet from IE 11 but still have one problem. I can not cut and paste the data from the applet to Excel. I rewrote java.policy file as follows:
grant codeBase "http://model-gunipt.narod.ru/-"{permission java.awt.AWTPermission "accessClipboard";};
But it does not work. Could anybody advise me what is wrong?