--- old/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java 2014-07-02 23:02:53.000000000 -0700 +++ new/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java 2014-07-02 23:02:53.000000000 -0700 @@ -312,7 +312,7 @@ Insets insets = tree.getInsets(); TreePath initialPath = getClosestPathForLocation(tree, 0, paintBounds.y); - Enumeration paintingEnumerator = treeState.getVisiblePathsFrom + Enumeration paintingEnumerator = treeState.getVisiblePathsFrom (initialPath); int row = treeState.getRowForPath(initialPath); int endY = paintBounds.y + paintBounds.height;