--- old/src/java.desktop/share/classes/javax/swing/JLayeredPane.java 2019-06-11 18:02:31.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/JLayeredPane.java 2019-06-11 18:02:30.000000000 -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,