// Turn Copy/Paste back on, even in unsigned Applets // Unfortunately this also allows unsigned Applets to peek/poke the clipboard, which is "dangerous". // They can spy on your clipboard, or put things in it. // This change applies to All Applets running on your computer, not just CMP ones. // Insert the following permission line just after standard properties line: // "standard" properties that can be read by anyone permission java.awt.AWTPermission "accessClipboard";