--- old/src/java.desktop/share/classes/java/applet/AppletContext.java 2017-05-12 16:11:15.000000000 -0700 +++ new/src/java.desktop/share/classes/java/applet/AppletContext.java 2017-05-12 16:11:14.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -114,8 +114,14 @@ * document is to be displayed. * The target argument is interpreted as follows: * - *
- * + *
Target ArgumentDescription
+ * + * + * + * + * + * * * - *
Target arguments and their descriptions + *
Target ArgumentDescription
{@code "_self"} Show in the window and frame that * contain the applet.
{@code "_parent"}Show in the applet's parent frame. If @@ -130,7 +136,8 @@ * a target named name does not already exist, a * new top-level window with the specified name is created, * and the document is shown there.
+ * + * *

* An applet viewer or browser is free to ignore {@code showDocument}. * --- old/src/java.desktop/share/classes/java/awt/AWTKeyStroke.java 2017-05-12 16:11:16.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/AWTKeyStroke.java 2017-05-12 16:11:15.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -90,8 +90,13 @@ /** * Constructs an {@code AWTKeyStroke} with default values. * The default values used are: - * + * + *
+ * + * * + * + * * * * @@ -108,6 +113,7 @@ * * * + * *
AWTKeyStroke default values
PropertyDefault Value
Key Char{@code KeyEvent.CHAR_UNDEFINED}On key release?{@code false}
* * {@code AWTKeyStroke}s should not be constructed --- old/src/java.desktop/share/classes/java/awt/AWTPermission.java 2017-05-12 16:11:16.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/AWTPermission.java 2017-05-12 16:11:16.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 --- old/src/java.desktop/share/classes/java/awt/AlphaComposite.java 2017-05-12 16:11:17.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/AlphaComposite.java 2017-05-12 16:11:17.000000000 -0700 @@ -73,7 +73,8 @@ * equation in the Porter and Duff paper: * *

- * + *
+ * *
Factors
Factor  Definition *
Asthe alpha component of the source pixel *
Csa color component of the source pixel in premultiplied form @@ -113,7 +114,8 @@ * the blending equation in the Porter and Duff paper: * *
- * + *
+ * * + *
Factors
Factor  Definition *
Csr one of the raw color components of the source pixel *
Cdr one of the raw color components of the destination pixel --- old/src/java.desktop/share/classes/java/awt/Component.java 2017-05-12 16:11:18.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/Component.java 2017-05-12 16:11:18.000000000 -0700 @@ -7237,12 +7237,17 @@ * recommendations for Windows and Unix are listed below. These * recommendations are used in the Sun AWT implementations. * - * + *
+ * + * * * * * * + * + * * * * @@ -7258,6 +7263,7 @@ * * * + * *
Recommended default values for a + * Component's focus traversal keys
IdentifierMeaningDefault
KeyboardFocusManager.FORWARD_TRAVERSAL_KEYSNormal forward keyboard traversalGo up one focus traversal cyclenone
* * To disable a traversal key, use an empty Set; Collections.EMPTY_SET is --- old/src/java.desktop/share/classes/java/awt/Container.java 2017-05-12 16:11:19.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/Container.java 2017-05-12 16:11:19.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -3064,12 +3064,17 @@ * recommendations for Windows and Unix are listed below. These * recommendations are used in the Sun AWT implementations. * - * + *
+ * + * * * * * * + * + * * * * @@ -3086,10 +3091,11 @@ * * * - * * * * + * *
Recommended default values for a + * Container's focus traversal keys
IdentifierMeaningDefault
KeyboardFocusManager.FORWARD_TRAVERSAL_KEYSNormal forward keyboard traversalnone
KeyboardFocusManager.DOWN_CYCLE_TRAVERSAL_KEYS + * KeyboardFocusManager.DOWN_CYCLE_TRAVERSAL_KEYSGo down one focus traversal cyclenone
* * To disable a traversal key, use an empty Set; Collections.EMPTY_SET is --- old/src/java.desktop/share/classes/java/awt/EventQueue.java 2017-05-12 16:11:20.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/EventQueue.java 2017-05-12 16:11:20.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 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 @@ -668,12 +668,17 @@ * dispatched depends upon the type of the event and the * type of the event's source object: * - * + *
+ * + * * * * * * + * + * * * * @@ -694,6 +699,7 @@ * * * + * *
Event types, source types, and dispatch + * methods
Event TypeSource TypeDispatched To
ActiveEventAnyOtherNo action (ignored)
* * @param event an instance of {@code java.awt.AWTEvent}, --- old/src/java.desktop/share/classes/java/awt/GridBagLayout.java 2017-05-12 16:11:21.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/GridBagLayout.java 2017-05-12 16:11:21.000000000 -0700 @@ -122,13 +122,17 @@ * are not. Baseline relative values are calculated relative to the * baseline. Valid values are: * - *
+ *
+ * + * * - * - * - * + * + * + * * + * + * * * * - *
Absolute, relative and baseline values as + * described above

Absolute Values

Orientation Relative Values

Baseline Relative Values

Absolute Values

Orientation Relative Values

Baseline Relative Values

*
    @@ -169,7 +173,8 @@ *
*
+ *
*
{@link GridBagConstraints#weightx}, * {@link GridBagConstraints#weighty} *
Used to determine how to distribute space, which is @@ -197,13 +202,14 @@ *

* The following figure shows a baseline layout and includes a * component that spans rows: - *

+ *
+ * * * - *
Baseline Layout
* The following text describes this graphic (Figure 1). *
+ *
* This layout consists of three components: *