Hi, only a few things: 1 - to copy data to Clipboard in Applets or Web Start Applications you must have all jars signed, otherwise data will not be copied (for security reasons), but attention: in standalone applications this works ... this is a default in Java since many time. For example you can see this behavior in our Demos from the Site (some signed, some not).
2 - jars are cached by default, and since Java 6 Update 10 you can also use pack200 compressed jars in applets (jars are compressed a lot), take a look here: http://java.sun.com/developer/technicalArticles/javase/java6u10/ under Deployment Usability Bye, Sandro -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/How-to-store-the-text-Url-link-in-clipboard-tp995390p999856.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
