--- old/src/java.desktop/share/classes/javax/swing/BoxLayout.java 2019-06-11 18:02:29.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/BoxLayout.java 2019-06-11 18:02:28.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 @@ -36,16 +36,12 @@ * vertically or horizontally. The components will not wrap so, for * example, a vertical arrangement of components will stay vertically * arranged when the frame is resized. - * - * - * - * - * - *
Example:
- *

The following text describes this graphic. - *

+ *
+ *

Example: + *

The following text describes this graphic. + *

*

* Nesting multiple panels with different combinations of horizontal and * vertical gives an effect similar to GridBagLayout, without the