--- old/src/java.desktop/share/classes/javax/swing/JList.java 2017-05-18 14:08:13.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/JList.java 2017-05-18 14:08:12.000000000 -0700 @@ -962,9 +962,13 @@ *

* A description of these layouts follows: * - * - * + *

Value

Description

+ * + * + * + * + * *
Describes layouts VERTICAL,HORIZONTAL_WRAP, and VERTICAL_WRAP + *
ValueDescription
VERTICAL * Cells are layed out vertically in a single column. *
HORIZONTAL_WRAP @@ -978,7 +982,8 @@ * necessary. If the {@code visibleRowCount} property is less than * or equal to zero, wrapping is determined by the height of the * list; otherwise wrapping is done at {@code visibleRowCount} rows. - *
+ * + * *

* The default value of this property is VERTICAL. *