--- old/src/java.desktop/share/classes/java/applet/AppletContext.java 2017-09-03 00:46:34.000000000 -0700 +++ new/src/java.desktop/share/classes/java/applet/AppletContext.java 2017-09-03 00:46:33.000000000 -0700 @@ -117,24 +117,30 @@ * * * - * - * + * + * * - * - * - * - * - * + * + * + * + * + * + * *
Target arguments and their descriptions
Target ArgumentDescription
Target Argument + * Description *
{@code "_self"} Show in the window and frame that - * contain the applet.
{@code "_parent"}Show in the applet's parent frame. If - * the applet's frame has no parent frame, - * acts the same as "_self".
{@code "_top"} Show in the top-level frame of the applet's - * window. If the applet's frame is the - * top-level frame, acts the same as "_self".
{@code "_blank"} Show in a new, unnamed - * top-level window.
nameShow in the frame or window named name. If - * 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.
{@code "_self"} + * Show in the window and frame that contain the applet. + *
{@code "_parent"} + * Show in the applet's parent frame. If the applet's frame has no + * parent frame, acts the same as "_self". + *
{@code "_top"} + * Show in the top-level frame of the applet's window. If the + * applet's frame is the top-level frame, acts the same as "_self". + *
{@code "_blank"} + * Show in a new, unnamed top-level window. + *
name + * Show in the frame or window named name. If 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. *
*