diff -r 0aba35254e00 -r d32a3b1ca84a src/java.desktop/share/classes/javax/swing/JLayeredPane.java --- a/src/java.desktop/share/classes/javax/swing/JLayeredPane.java Fri Sep 13 17:35:12 2019 -0700 +++ b/src/java.desktop/share/classes/javax/swing/JLayeredPane.java Mon Sep 09 12:23:22 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2019, 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 @@ -47,16 +47,12 @@ * How to Use a Layered Pane, * a section in The Java Tutorial. * - * - * - * - * - * - *
Example
- *

The following text describes this image. - *

+ *
+ *

Example: + *

The following text describes this image. + *

* For convenience, JLayeredPane divides the depth-range * into several different layers. Putting a component into one of those * layers makes it easy to ensure that components overlap properly,