diff -r 008da09ac2b2 -r 4cedf4e1560a jdk/src/share/classes/java/awt/GridLayout.java --- a/jdk/src/share/classes/java/awt/GridLayout.java Wed Oct 02 21:02:04 2013 +0400 +++ b/jdk/src/share/classes/java/awt/GridLayout.java Wed Oct 02 11:28:07 2013 -0700 @@ -55,7 +55,7 @@ * If the container's ComponentOrientation property is horizontal * and right-to-left, the example produces the output shown in Figure 2. *

- *

+ *
* *