--- old/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalTreeUI.java 2017-09-03 00:47:03.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalTreeUI.java 2017-09-03 00:47:03.000000000 -0700 @@ -47,24 +47,18 @@ * * - * - * - * - * - * - * - * - * - * - * - * - * + * + * + * + *
Descriptions of supported hints: Angled, Horizontal, and None *
AngledA line is drawn connecting the child to the parent. For handling - * of the root node refer to - * {@link javax.swing.JTree#setRootVisible} and - * {@link javax.swing.JTree#setShowsRootHandles}. - *
HorizontalA horizontal line is drawn dividing the children of the root node.
NoneDo not draw any visual indication between nodes.
Angled + * A line is drawn connecting the child to the parent. For handling of + * the root node refer to {@link JTree#setRootVisible} and + * {@link JTree#setShowsRootHandles}. + *
Horizontal + * A horizontal line is drawn dividing the children of the root node. + *
None + * Do not draw any visual indication between nodes. *
- * *

* As it is typically impractical to obtain the TreeUI from * the JTree and cast to an instance of MetalTreeUI