--- old/src/java.desktop/share/classes/javax/swing/JRootPane.java 2019-06-11 18:02:33.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/JRootPane.java 2019-06-11 18:02:32.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 @@ -71,15 +71,11 @@ * a given component. * * - * - * - * - * - * - *
Example
- * The following text describes this graphic. - *
+ *
+ *

Example: + *

the following text describes this graphic. + *

* The diagram at right shows the structure of a JRootPane. * A JRootpane is made up of a glassPane, * an optional menuBar, and a contentPane.