--- old/src/java.desktop/share/classes/java/awt/GridBagLayout.java 2017-05-04 17:00:42.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/GridBagLayout.java 2017-05-04 17:00:41.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2017, 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 @@ -122,7 +122,7 @@ * are not. Baseline relative values are calculated relative to the * baseline. Valid values are: * - *
* * @@ -198,7 +198,7 @@ * The following figure shows a baseline layout and includes a * component that spans rows: *

Absolute Values

- * + * *
* The following text describes this graphic (Figure 1). @@ -252,15 +252,15 @@ * left-to-right container and Figure 3 shows the layout for a horizontal, * right-to-left container. * - *
- * + *
+ * * * - * + * * * *
* The preceding text describes this graphic (Figure 1). * * The preceding text describes this graphic (Figure 2). *
Figure 2: Horizontal, Left-to-RightFigure 3: Horizontal, Right-to-Left