diff -r 0aba35254e00 -r d32a3b1ca84a src/java.desktop/share/classes/javax/swing/JRootPane.java --- a/src/java.desktop/share/classes/javax/swing/JRootPane.java Fri Sep 13 17:35:12 2019 -0700 +++ b/src/java.desktop/share/classes/javax/swing/JRootPane.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 @@ -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.