--- old/src/java.desktop/share/classes/java/awt/AWTPermission.java 2017-05-18 14:07:51.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/AWTPermission.java 2017-05-18 14:07:51.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -44,13 +44,17 @@ * permission allows and a discussion of the risks of granting code * the permission. * - * + *
+ * + * * * * * * - * + * + * * * * @@ -182,6 +186,7 @@ * so that keyboard is emulated using the mouse, an applet may guess what * is being typed. * + * *
AWTPermission target names, descriptions, and associated risks + *
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
accessClipboardPosting and retrieval of information to and from the AWT clipboard
* * @see java.security.BasicPermission