--- 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}. *